equal
deleted
inserted
replaced
1 [versions] |
1 [versions] |
2 android-gradle-plugin = "8.13.0" |
2 android-gradle-plugin = "9.1.0" |
3 annotation = "1.9.1" |
3 annotation = "1.9.1" |
4 androidx-activity = "1.12.4" |
4 androidx-activity = "1.12.4" |
5 androidx-compose-bom = "2026.02.01" |
5 androidx-compose-bom = "2026.02.01" |
6 browser = "1.9.0" |
6 browser = "1.9.0" |
7 constraintlayout = "2.2.1" |
7 constraintlayout = "2.2.1" |
10 core-testing = "2.2.0" |
10 core-testing = "2.2.0" |
11 dagger = "2.59.2" |
11 dagger = "2.59.2" |
12 firebase-bom = "34.10.0" |
12 firebase-bom = "34.10.0" |
13 fragment = "1.8.9" |
13 fragment = "1.8.9" |
14 kotlin = "2.2.20" |
14 kotlin = "2.2.20" |
|
15 kotlin-ksp = "2.3.5" |
15 kotlinx-coroutines-bom = "1.10.2" |
16 kotlinx-coroutines-bom = "1.10.2" |
16 lifecycle = "2.10.0" |
17 lifecycle = "2.10.0" |
17 material = "1.13.0" |
18 material = "1.13.0" |
18 okhttp = "5.3.2" |
19 okhttp = "5.3.2" |
19 paging-runtime-ktx = "3.4.1" |
20 paging-runtime-ktx = "3.4.1" |
27 |
28 |
28 [plugins] |
29 [plugins] |
29 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" } |
30 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" } |
30 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
31 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
31 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
32 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
|
33 kotlin-ksp = { id = "com.google.devtools.ksp", version.ref = "kotlin-ksp" } |
32 |
34 |
33 |
35 |
34 [libraries] |
36 [libraries] |
35 annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" } |
37 annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" } |
36 |
38 |