equal
deleted
inserted
replaced
1 [versions] |
1 [versions] |
2 android-gradle-plugin = "8.8.1" |
2 android-gradle-plugin = "8.8.1" |
3 annotation = "1.7.1" |
3 annotation = "1.7.1" |
4 androidx-activity = "1.8.2" |
4 androidx-activity = "1.8.2" |
5 androidx-compose-bom = "2024.03.00" |
5 androidx-compose-bom = "2024.03.00" |
6 androidx-compose-compiler = "1.5.11" |
|
7 browser = "1.8.0" |
6 browser = "1.8.0" |
8 constraintlayout = "2.1.4" |
7 constraintlayout = "2.1.4" |
9 coordinatorlayout = "1.2.0" |
8 coordinatorlayout = "1.2.0" |
10 core-ktx = "1.12.0" |
9 core-ktx = "1.12.0" |
11 core-testing = "2.2.0" |
10 core-testing = "2.2.0" |
12 dagger = "2.51.1" |
11 dagger = "2.51.1" |
13 firebase-bom = "32.8.0" |
12 firebase-bom = "32.8.0" |
14 fragment = "1.6.2" |
13 fragment = "1.6.2" |
|
14 kotlin = "2.1.0" |
15 kotlinx-coroutines-bom = "1.8.0" |
15 kotlinx-coroutines-bom = "1.8.0" |
16 lifecycle = "2.7.0" |
16 lifecycle = "2.7.0" |
17 material = "1.11.0" |
17 material = "1.11.0" |
18 navigation = "2.7.7" |
18 navigation = "2.7.7" |
19 okhttp = "4.12.0" |
19 okhttp = "4.12.0" |
25 timber = "5.0.1" |
25 timber = "5.0.1" |
26 workmanager = "2.9.0" |
26 workmanager = "2.9.0" |
27 |
27 |
28 [plugins] |
28 [plugins] |
29 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" } |
29 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" } |
|
30 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
|
31 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
30 |
32 |
31 |
33 |
32 [libraries] |
34 [libraries] |
33 annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" } |
35 annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" } |
34 |
36 |