We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76755a0 commit 5460d71Copy full SHA for 5460d71
gradle.properties
@@ -5,7 +5,6 @@ org.gradle.configureondemand=true
5
org.gradle.workers.max=16
6
org.gradle.parallel=true
7
org.gradle.caching=true
8
-org.gradle.configuration-cache=true
9
10
#Android
11
android.useAndroidX=true
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
3
kotlin = "1.9.24"
4
-agp = "8.2.2"
+agp = "8.5.1"
mmkv = "1.3.7"
junit = "4.13.2"
androidx-test = "1.6.1"
0 commit comments