1 [versions] |
1 [versions] |
2 annotation = "1.6.0" |
2 annotation = "1.7.1" |
3 appcompat = "1.6.1" |
3 browser = "1.7.0" |
4 browser = "1.5.0" |
|
5 constraintlayout = "2.1.4" |
4 constraintlayout = "2.1.4" |
6 coordinatorlayout = "1.2.0" |
5 coordinatorlayout = "1.2.0" |
7 core-ktx = "1.10.1" |
6 core-ktx = "1.12.0" |
8 core-testing = "2.2.0" |
7 core-testing = "2.2.0" |
9 dagger = "2.47" |
8 dagger = "2.50" |
10 firebase-bom = "32.2.1" |
9 firebase-bom = "32.7.1" |
11 fragment = "1.6.1" |
10 fragment = "1.6.2" |
12 kotlinx-coroutines-bom = "1.7.3" |
11 kotlinx-coroutines-bom = "1.7.3" |
13 lifecycle = "2.6.1" |
12 lifecycle = "2.7.0" |
14 material = "1.9.0" |
13 material = "1.11.0" |
15 navigation = "2.6.0" |
14 navigation = "2.7.6" |
16 okhttp = "4.10.0" |
15 okhttp = "4.12.0" |
17 paging-runtime-ktx = "3.2.0" |
16 paging-runtime-ktx = "3.2.1" |
18 play-services-location = "21.0.1" |
17 play-services-location = "21.1.0" |
19 recyclerview = "1.3.1" |
18 preference = "1.2.1" |
20 room = "2.5.2" |
19 recyclerview = "1.3.2" |
|
20 room = "2.6.1" |
21 timber = "5.0.1" |
21 timber = "5.0.1" |
22 workmanager = "2.8.1" |
22 workmanager = "2.9.0" |
23 |
23 |
24 [plugins] |
24 [plugins] |
25 |
25 |
26 [libraries] |
26 [libraries] |
27 annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" } |
27 annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" } |
28 appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } |
|
29 browser = { module = "androidx.browser:browser", version.ref = "browser" } |
28 browser = { module = "androidx.browser:browser", version.ref = "browser" } |
30 constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } |
29 constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } |
31 coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version.ref = "coordinatorlayout" } |
30 coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version.ref = "coordinatorlayout" } |
32 core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" } |
31 core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" } |
33 core-testing = { module = "androidx.arch.core:core-testing", version.ref = "core-testing" } |
32 core-testing = { module = "androidx.arch.core:core-testing", version.ref = "core-testing" } |
48 navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation" } |
47 navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation" } |
49 navigation-common-ktx = { module = "androidx.navigation:navigation-common-ktx", version.ref = "navigation" } |
48 navigation-common-ktx = { module = "androidx.navigation:navigation-common-ktx", version.ref = "navigation" } |
50 okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } |
49 okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } |
51 paging-runtime-ktx = { module = "androidx.paging:paging-runtime-ktx", version.ref = "paging-runtime-ktx" } |
50 paging-runtime-ktx = { module = "androidx.paging:paging-runtime-ktx", version.ref = "paging-runtime-ktx" } |
52 play-services-location = { module = "com.google.android.gms:play-services-location", version.ref = "play-services-location" } |
51 play-services-location = { module = "com.google.android.gms:play-services-location", version.ref = "play-services-location" } |
|
52 preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preference" } |
53 recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } |
53 recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } |
54 room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } |
54 room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } |
55 timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } |
55 timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } |
56 work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" } |
56 work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" } |
57 |
57 |