File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// root build.gradle
22buildscript {
33 ext {
4- android_gradle_plugin_version = ' 8.2.1 '
4+ android_gradle_plugin_version = ' 8.2.2 '
55 material_design_version = ' 1.11.0'
66 kotlin_version = ' 1.9.21'
77 retrofit_version = ' 2.9.0'
@@ -16,7 +16,7 @@ buildscript {
1616 androidx_appcompat_version = ' 1.6.1'
1717 androidx_annotation_version = ' 1.6.0'
1818 androidx_fragment_version = ' 1.6.2'
19- androidx_navigation_version = ' 2.7.6 '
19+ androidx_navigation_version = ' 2.7.7 '
2020 androidx_room_version = ' 2.6.1'
2121 androidx_splash_version = ' 1.0.1'
2222 androidx_recyclerview_version = ' 1.3.2'
@@ -28,7 +28,7 @@ buildscript {
2828 androidx_test_monitor_version = ' 1.6.1'
2929 androidx_test_runner_version = ' 1.5.2'
3030 androidx_test_rules_version = ' 1.5.0'
31- androidx_test_uiautomator_version = ' 2.2 .0'
31+ androidx_test_uiautomator_version = ' 2.3 .0'
3232 androidx_test_espresso_version = ' 3.5.1'
3333 }
3434}
You can’t perform that action at this time.
0 commit comments