|
1 [versions] |
|
2 annotation = "1.6.0" |
|
3 appcompat = "1.6.1" |
|
4 browser = "1.5.0" |
|
5 constraintlayout = "2.1.4" |
|
6 coordinatorlayout = "1.2.0" |
|
7 core-ktx = "1.10.0" |
|
8 core-testing = "2.2.0" |
|
9 dagger = "2.45" |
|
10 firebase-bom = "32.0.0" |
|
11 fragment = "1.5.7" |
|
12 kotlinx-coroutines-bom = "1.6.4" |
|
13 lifecycle = "2.5.1" |
|
14 material = "1.9.0" |
|
15 navigation = "2.5.3" |
|
16 okhttp = "4.10.0" |
|
17 paging-runtime-ktx = "3.1.1" |
|
18 play-services-location = "21.0.1" |
|
19 recyclerview = "1.2.1" |
|
20 room = "2.5.0" |
|
21 timber = "5.0.1" |
|
22 workmanager = "2.8.0" |
|
23 |
|
24 [plugins] |
|
25 |
|
26 [libraries] |
|
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" } |
|
30 constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } |
|
31 coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version.ref = "coordinatorlayout" } |
|
32 core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" } |
|
33 core-testing = { module = "androidx.arch.core:core-testing", version.ref = "core-testing" } |
|
34 dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" } |
|
35 dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" } |
|
36 |
|
37 firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase-bom" } |
|
38 firebase-auth = { module = "com.google.firebase:firebase-auth" } |
|
39 firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" } |
|
40 firebase-firestore-ktx = { module = "com.google.firebase:firebase-firestore-ktx" } |
|
41 fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment" } |
|
42 kotlinx-coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "kotlinx-coroutines-bom" } |
|
43 kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" } |
|
44 kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services" } |
|
45 lifecycle-livedata-core-ktx = { module = "androidx.lifecycle:lifecycle-livedata-core-ktx", version.ref = "lifecycle" } |
|
46 lifecycle-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "lifecycle" } |
|
47 material = { module = "com.google.android.material:material", version.ref = "material" } |
|
48 navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation" } |
|
49 navigation-common-ktx = { module = "androidx.navigation:navigation-common-ktx", version.ref = "navigation" } |
|
50 okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } |
|
51 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" } |
|
53 recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } |
|
54 room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } |
|
55 timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } |
|
56 work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" } |
|
57 |