File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[versions ]
22# Define the dependency versions
33# kotlin
4- kotlinVersion = " 1.8.20 "
4+ kotlinVersion = " 1.9.0 "
55kotlinJvmTarget = " 17"
66kotlinxCoroutines = " 1.6.4"
77kotlinxSerializationJson = " 1.5.0"
88
99# gradle
10- androidGradlePlugin = " 8.0 .0"
10+ androidGradlePlugin = " 8.1 .0"
1111
1212# androidx
1313androidxComposeBom = " 2023.04.01"
@@ -21,7 +21,7 @@ androidxEspresso = "3.5.1"
2121androidxTestRules = " 1.5.0"
2222androidxTestRunner = " 1.5.2"
2323androidxTestMonitor = " 1.6.1"
24- androidxTestCore = " 1.4 .0"
24+ androidxTestCore = " 1.5 .0"
2525androidxTestExt = " 1.1.5"
2626
2727# hilt
@@ -59,15 +59,15 @@ junit4 = "4.13.2"
5959android_junit = " 1.1.5"
6060espresso = " 3.5.0"
6161junit = " 4.13.2"
62- jupiter_junit = " 5.9.2 "
62+ jupiter_junit = " 5.10.0 "
6363
6464# Firebase
6565firebase_analytics = " 21.2.2"
6666firebase_bom = " 31.5.0"
6767
6868# Mock
6969anotation = " 1.3.0"
70- mockk_android = " 1.13.5 "
70+ mockk_android = " 1.13.7 "
7171test_runner = " 1.5.2"
7272
7373# sonar
You can’t perform that action at this time.
0 commit comments