|
1 | 1 | [versions] |
2 | | -android_gradle_plugin = '8.3.2' |
| 2 | +android_gradle_plugin = '8.5.2' |
3 | 3 | material_design = '1.12.0' |
4 | 4 | junit = '4.13.2' |
5 | 5 | kotlin = '2.0.0' |
6 | | -kotlin_compiler_extension = '1.5.11' |
7 | | -androidx_compose_bom = '2024.05.00' |
8 | | -androidx_compose_uitest = '1.6.7' |
| 6 | +# devtools_ksp = "2.0.0-1.0.23" |
| 7 | +androidx_compose_bom = '2024.06.00' |
| 8 | +androidx_compose_uitest = '1.6.8' |
9 | 9 | androidx_core = '1.13.1' |
10 | 10 | androidx_appcompat = '1.7.0' |
11 | 11 | androidx_navigation = '2.7.7' |
12 | 12 | androidx_preference = '1.2.1' |
13 | | -androidx_test_junit = '1.1.5' |
14 | | -androidx_test_core = '1.5.0' |
15 | | -androidx_test_rules = '1.5.0' |
16 | | -androidx_test_runner = '1.5.2' |
17 | | -androidx_test_monitor = '1.6.1' |
18 | | -androidx_test_espresso = '3.5.1' |
| 13 | +androidx_test_junit = '1.2.1' |
| 14 | +androidx_test_core = '1.6.1' |
| 15 | +androidx_test_rules = '1.6.1' |
| 16 | +androidx_test_runner = '1.6.1' |
| 17 | +androidx_test_monitor = '1.7.1' |
| 18 | +androidx_test_espresso = '3.6.1' |
19 | 19 | androidx_test_uiautomator = '2.3.0' |
20 | 20 |
|
21 | 21 | [plugins] |
22 | 22 | android_application = { id = "com.android.application", version.ref = "android_gradle_plugin" } |
23 | 23 | android_library = { id = "com.android.library", version.ref = "android_gradle_plugin" } |
24 | 24 | androidx_navigation_safeargs = { id = "androidx.navigation.safeargs", version.ref = "androidx_navigation" } |
| 25 | +# devtools_ksp = { id = "com.google.devtools.ksp", version.ref = "devtools_ksp" } |
25 | 26 | kotlin_compose_compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
26 | 27 | kotlin_android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
27 | 28 | kotlin_kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" } |
|
0 commit comments