|
1 | 1 | [versions]
|
2 |
| -android_gradle_plugin = '8.3.2' |
3 |
| -material_design = '1.11.0' |
4 |
| -kotlin = '1.9.22' |
5 |
| -retrofit = '2.9.0' |
6 |
| -gson = '2.10.1' |
7 |
| -junit = '4.13.2' |
8 |
| -flexbox = '3.0.0' |
| 2 | +android_gradle_plugin = '8.3.2' |
| 3 | +kotlin = '2.0.0' |
| 4 | +material_design = '1.12.0' |
| 5 | +retrofit = '2.11.0' |
| 6 | +gson = '2.10.1' |
| 7 | +junit = '4.13.2' |
| 8 | +flexbox = '3.0.0' |
9 | 9 | # Note: DirCacheCheckout.java uses InputStream.transferTo() since jgit 6.3; no such method on Android.
|
10 |
| -jgit = '6.2.0.202206071550-r' |
11 |
| -slf4j = '2.0.9' |
12 |
| -androidx_appcompat = '1.6.1' |
13 |
| -androidx_annotation = '1.7.1' |
14 |
| -androidx_navigation = '2.7.7' |
15 |
| -androidx_fragment = '1.6.2' |
16 |
| -androidx_recyclerview = '1.3.2' |
17 |
| -androidx_cardview = '1.0.0' |
18 |
| -androidx_preference = '1.2.1' |
19 |
| -androidx_room = '2.6.1' |
20 |
| -androidx_splashscreen = '1.0.1' |
21 |
| -androidx_test_junit = '1.1.5' |
22 |
| -androidx_test_core = '1.5.0' |
23 |
| -androidx_test_rules = '1.5.0' |
24 |
| -androidx_test_runner = '1.5.2' |
25 |
| -androidx_test_monitor = '1.6.1' |
26 |
| -androidx_test_uiautomator = '2.3.0' |
27 |
| -androidx_test_espresso = '3.5.1' |
| 10 | +jgit = '6.2.0.202206071550-r' |
| 11 | +slf4j = '2.0.9' |
| 12 | +androidx_appcompat = '1.7.0' |
| 13 | +androidx_annotation = '1.8.0' |
| 14 | +androidx_navigation = '2.7.7' |
| 15 | +androidx_fragment = '1.7.1' |
| 16 | +androidx_recyclerview = '1.3.2' |
| 17 | +androidx_cardview = '1.0.0' |
| 18 | +androidx_preference = '1.2.1' |
| 19 | +androidx_room = '2.6.1' |
| 20 | +androidx_splashscreen = '1.0.1' |
| 21 | +androidx_test_junit = '1.1.5' |
| 22 | +androidx_test_core = '1.5.0' |
| 23 | +androidx_test_rules = '1.5.0' |
| 24 | +androidx_test_runner = '1.5.2' |
| 25 | +androidx_test_monitor = '1.6.1' |
| 26 | +androidx_test_uiautomator = '2.3.0' |
| 27 | +androidx_test_espresso = '3.5.1' |
28 | 28 |
|
29 | 29 | [plugins]
|
30 |
| -android_application = { id = "com.android.application", version.ref = "android_gradle_plugin" } |
31 |
| -android_library = { id = "com.android.library", version.ref = "android_gradle_plugin" } |
32 |
| -androidx_navigation_safeargs = { id = "androidx.navigation.safeargs", version.ref = "androidx_navigation" } |
33 |
| -androidx_room = { id = "androidx.room", version.ref = "androidx_room" } |
| 30 | +android_application = { id = "com.android.application", version.ref = "android_gradle_plugin" } |
| 31 | +android_library = { id = "com.android.library", version.ref = "android_gradle_plugin" } |
| 32 | +androidx_navigation_safeargs = { id = "androidx.navigation.safeargs", version.ref = "androidx_navigation" } |
| 33 | +androidx_room = { id = "androidx.room", version.ref = "androidx_room" } |
34 | 34 |
|
35 | 35 | [libraries]
|
36 |
| -material_design = { module = "com.google.android.material:material", version.ref = "material_design" } |
37 |
| -gson = { module = "com.google.code.gson:gson", version.ref = "gson" } |
38 |
| -junit = { module = "junit:junit", version.ref = "junit" } |
39 |
| -flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" } |
40 |
| -retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } |
41 |
| -retrofit_gson_converter = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" } |
42 |
| -jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "jgit" } |
43 |
| -slf4j = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" } |
44 |
| -androidx_databinding = { module = "androidx.databinding:databinding-runtime", version.ref = "android_gradle_plugin" } |
45 |
| -androidx_appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx_appcompat" } |
46 |
| -androidx_annotation = { module = "androidx.annotation:annotation", version.ref = "androidx_annotation" } |
47 |
| -androidx_fragment = { module = "androidx.fragment:fragment", version.ref = "androidx_fragment" } |
48 |
| -androidx_fragment_testing = { module = "androidx.fragment:fragment-testing", version.ref = "androidx_fragment" } |
49 |
| -androidx_recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx_recyclerview" } |
50 |
| -androidx_cardview = { module = "androidx.cardview:cardview", version.ref = "androidx_cardview" } |
51 |
| -androidx_preference = { module = "androidx.preference:preference", version.ref = "androidx_preference" } |
52 |
| -androidx_navigation_testing = { module = "androidx.navigation:navigation-testing", version.ref = "androidx_navigation" } |
53 |
| -androidx_navigation_fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "androidx_navigation" } |
54 |
| -androidx_room_testing = { module = "androidx.room:room-testing", version.ref = "androidx_room" } |
55 |
| -androidx_room_compiler = { module = "androidx.room:room-compiler", version.ref = "androidx_room" } |
56 |
| -androidx_room_runtime = { module = "androidx.room:room-runtime", version.ref = "androidx_room" } |
57 |
| -androidx_splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidx_splashscreen" } |
58 |
| -androidx_test_monitor = { module = "androidx.test:monitor", version.ref = "androidx_test_monitor" } |
59 |
| -androidx_test_junit = { module = "androidx.test.ext:junit", version.ref = "androidx_test_junit" } |
60 |
| -androidx_test_core = { module = "androidx.test:core", version.ref = "androidx_test_core" } |
61 |
| -androidx_test_rules = { module = "androidx.test:rules", version.ref = "androidx_test_rules" } |
62 |
| -androidx_test_runner = { module = "androidx.test:runner", version.ref = "androidx_test_runner" } |
63 |
| -androidx_test_uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androidx_test_uiautomator" } |
64 |
| -androidx_espresso_core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx_test_espresso" } |
65 |
| -androidx_espresso_web = { module = "androidx.test.espresso:espresso-web", version.ref = "androidx_test_espresso" } |
| 36 | +material_design = { module = "com.google.android.material:material", version.ref = "material_design" } |
| 37 | +gson = { module = "com.google.code.gson:gson", version.ref = "gson" } |
| 38 | +junit = { module = "junit:junit", version.ref = "junit" } |
| 39 | +flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" } |
| 40 | +retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } |
| 41 | +retrofit_gson_converter = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" } |
| 42 | +jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "jgit" } |
| 43 | +slf4j = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" } |
| 44 | +androidx_databinding = { module = "androidx.databinding:databinding-runtime", version.ref = "android_gradle_plugin" } |
| 45 | +androidx_appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx_appcompat" } |
| 46 | +androidx_annotation = { module = "androidx.annotation:annotation", version.ref = "androidx_annotation" } |
| 47 | +androidx_fragment = { module = "androidx.fragment:fragment", version.ref = "androidx_fragment" } |
| 48 | +androidx_fragment_testing = { module = "androidx.fragment:fragment-testing", version.ref = "androidx_fragment" } |
| 49 | +androidx_recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx_recyclerview" } |
| 50 | +androidx_cardview = { module = "androidx.cardview:cardview", version.ref = "androidx_cardview" } |
| 51 | +androidx_preference = { module = "androidx.preference:preference", version.ref = "androidx_preference" } |
| 52 | +androidx_navigation_testing = { module = "androidx.navigation:navigation-testing", version.ref = "androidx_navigation" } |
| 53 | +androidx_navigation_fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "androidx_navigation" } |
| 54 | +androidx_room_testing = { module = "androidx.room:room-testing", version.ref = "androidx_room" } |
| 55 | +androidx_room_compiler = { module = "androidx.room:room-compiler", version.ref = "androidx_room" } |
| 56 | +androidx_room_runtime = { module = "androidx.room:room-runtime", version.ref = "androidx_room" } |
| 57 | +androidx_splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidx_splashscreen" } |
| 58 | +androidx_test_monitor = { module = "androidx.test:monitor", version.ref = "androidx_test_monitor" } |
| 59 | +androidx_test_junit = { module = "androidx.test.ext:junit", version.ref = "androidx_test_junit" } |
| 60 | +androidx_test_core = { module = "androidx.test:core", version.ref = "androidx_test_core" } |
| 61 | +androidx_test_rules = { module = "androidx.test:rules", version.ref = "androidx_test_rules" } |
| 62 | +androidx_test_runner = { module = "androidx.test:runner", version.ref = "androidx_test_runner" } |
| 63 | +androidx_test_uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androidx_test_uiautomator" } |
| 64 | +androidx_espresso_core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx_test_espresso" } |
| 65 | +androidx_espresso_web = { module = "androidx.test.espresso:espresso-web", version.ref = "androidx_test_espresso" } |
0 commit comments