1
1
[versions ]
2
2
# Define the dependency versions
3
3
# kotlin
4
- kotlinVersion = " 1.8.10 "
5
- kotlinJvmTarget = " 11 "
4
+ kotlinVersion = " 1.8.20 "
5
+ kotlinJvmTarget = " 17 "
6
6
kotlinxCoroutines = " 1.6.4"
7
7
kotlinxSerializationJson = " 1.5.0"
8
8
9
9
# gradle
10
- androidGradlePlugin = " 7.4.2 "
10
+ androidGradlePlugin = " 8.0.0 "
11
11
12
12
# androidx
13
- androidxComposeBom = " 2023.03.00 "
14
- androidxActivityCompose = " 1.7.0 "
13
+ androidxComposeBom = " 2023.04.01 "
14
+ androidxActivityCompose = " 1.7.1 "
15
15
androidxAppCompat = " 1.6.1"
16
16
androidxComposeCompiler = " 1.4.4"
17
- androidxCore = " 1.9 .0"
17
+ androidxCore = " 1.10 .0"
18
18
androidxLifecycle = " 2.6.1"
19
19
androidxNavigation = " 2.5.3"
20
20
androidxEspresso = " 3.5.1"
21
21
androidxTestRules = " 1.5.0"
22
22
androidxTestRunner = " 1.5.2"
23
23
androidxTestMonitor = " 1.6.1"
24
- androidxTestCore = " 1.4 .0"
24
+ androidxTestCore = " 1.5 .0"
25
25
androidxTestExt = " 1.1.5"
26
26
27
27
# hilt
@@ -41,7 +41,7 @@ compose_ui_testing = "1.4.0-beta01"
41
41
core_ktx = " 1.9.0"
42
42
43
43
# ksp
44
- ksp = " 1.8.10 -1.0.9 "
44
+ ksp = " 1.8.20 -1.0.11 "
45
45
46
46
# coroutine
47
47
coroutine = " 1.6.4"
@@ -62,12 +62,12 @@ junit = "4.13.2"
62
62
jupiter_junit = " 5.9.2"
63
63
64
64
# Firebase
65
- firebase_analytics = " 21.2.1 "
66
- firebase_bom = " 31.4 .0"
65
+ firebase_analytics = " 21.2.2 "
66
+ firebase_bom = " 31.5 .0"
67
67
68
68
# Mock
69
69
anotation = " 1.3.0"
70
- mockk_android = " 1.13.4 "
70
+ mockk_android = " 1.13.5 "
71
71
test_runner = " 1.5.2"
72
72
73
73
# sonar
0 commit comments