11[versions ]
2- android_gradle_plugin = ' 8.3 .2'
2+ android_gradle_plugin = ' 8.5 .2'
33kotlin = ' 2.0.0'
44material_design = ' 1.12.0'
55retrofit = ' 2.11.0'
@@ -10,7 +10,7 @@ flexbox = '3.0.0'
1010jgit = ' 6.2.0.202206071550-r'
1111slf4j = ' 2.0.13'
1212androidx_appcompat = ' 1.7.0'
13- androidx_annotation = ' 1.8.1 '
13+ androidx_annotation = ' 1.8.2 '
1414androidx_navigation = ' 2.7.7'
1515androidx_fragment = ' 1.8.2'
1616androidx_recyclerview = ' 1.3.2'
@@ -41,6 +41,7 @@ retrofit = { module = "com.squareup.retrofit2:retrofit", ver
4141retrofit_gson_converter = { module = " com.squareup.retrofit2:converter-gson" , version.ref = " retrofit" }
4242jgit = { module = " org.eclipse.jgit:org.eclipse.jgit" , version.ref = " jgit" }
4343slf4j = { module = " org.slf4j:slf4j-simple" , version.ref = " slf4j" }
44+
4445androidx_databinding = { module = " androidx.databinding:databinding-runtime" , version.ref = " android_gradle_plugin" }
4546androidx_appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx_appcompat" }
4647androidx_annotation = { module = " androidx.annotation:annotation" , version.ref = " androidx_annotation" }
@@ -55,11 +56,14 @@ androidx_room_testing = { module = "androidx.room:room-testing", version.
5556androidx_room_compiler = { module = " androidx.room:room-compiler" , version.ref = " androidx_room" }
5657androidx_room_runtime = { module = " androidx.room:room-runtime" , version.ref = " androidx_room" }
5758androidx_splashscreen = { module = " androidx.core:core-splashscreen" , version.ref = " androidx_splashscreen" }
59+
5860androidx_test_monitor = { module = " androidx.test:monitor" , version.ref = " androidx_test_monitor" }
5961androidx_test_junit = { module = " androidx.test.ext:junit" , version.ref = " androidx_test_junit" }
6062androidx_test_core = { module = " androidx.test:core" , version.ref = " androidx_test_core" }
6163androidx_test_rules = { module = " androidx.test:rules" , version.ref = " androidx_test_rules" }
6264androidx_test_runner = { module = " androidx.test:runner" , version.ref = " androidx_test_runner" }
6365androidx_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" }
66+ androidx_test_espresso_core = { module = " androidx.test.espresso:espresso-core" , version.ref = " androidx_test_espresso" }
67+ androidx_test_espresso_web = { module = " androidx.test.espresso:espresso-web" , version.ref = " androidx_test_espresso" }
68+
69+ [bundles ]
0 commit comments