We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b886b3a commit 2bae874Copy full SHA for 2bae874
2 files changed
app/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
android {
8
namespace = "com.wstxda.switchai"
9
- compileSdk = 36
+ compileSdk = 37
10
11
defaultConfig {
12
applicationId = "com.wstxda.switchai"
gradle/libs.versions.toml
@@ -3,15 +3,15 @@
3
agp = "8.13.2"
4
activity = "1.13.0"
5
fragment = "1.8.9"
-kotlin = "2.3.20"
-kotlinReflect = "2.2.21"
+kotlin = "2.3.21"
+kotlinReflect = "2.3.0"
preference = "1.2.1"
appcompat = "1.7.1"
-navigation = "2.9.7"
+navigation = "2.9.8"
transition = "1.7.0"
splashScreen = "1.2.0"
13
-material = "1.14.0-alpha10"
14
-aboutLibraries = "13.2.1"
+material = "1.14.0-rc01"
+aboutLibraries = "14.0.1"
15
16
[libraries]
17
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlinReflect"}
0 commit comments