We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5eb8f commit c2519aaCopy full SHA for c2519aa
gradle/libs.versions.toml
@@ -1,13 +1,13 @@
1
[versions]
2
# Define the dependency versions
3
#kotlin
4
-kotlinVersion = "1.8.20"
+kotlinVersion = "1.9.0"
5
kotlinJvmTarget = "17"
6
kotlinxCoroutines = "1.6.4"
7
kotlinxSerializationJson = "1.5.0"
8
9
#gradle
10
-androidGradlePlugin = "8.0.0"
+androidGradlePlugin = "8.0.2"
11
12
#androidx
13
androidxComposeBom = "2023.04.01"
@@ -21,7 +21,7 @@ androidxEspresso = "3.5.1"
21
androidxTestRules = "1.5.0"
22
androidxTestRunner = "1.5.2"
23
androidxTestMonitor = "1.6.1"
24
-androidxTestCore = "1.4.0"
+androidxTestCore = "1.5.0"
25
androidxTestExt = "1.1.5"
26
27
#hilt
@@ -59,7 +59,7 @@ junit4 = "4.13.2"
59
android_junit = "1.1.5"
60
espresso = "3.5.0"
61
junit = "4.13.2"
62
-jupiter_junit = "5.9.2"
+jupiter_junit = "5.9.3"
63
64
#Firebase
65
firebase_analytics = "21.2.2"
0 commit comments