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 1
1
// root build.gradle
2
2
buildscript {
3
3
ext {
4
- android_gradle_plugin_version = ' 8.2.1 '
4
+ android_gradle_plugin_version = ' 8.2.2 '
5
5
material_design_version = ' 1.11.0'
6
6
kotlin_version = ' 1.9.21'
7
7
retrofit_version = ' 2.9.0'
@@ -16,7 +16,7 @@ buildscript {
16
16
androidx_appcompat_version = ' 1.6.1'
17
17
androidx_annotation_version = ' 1.6.0'
18
18
androidx_fragment_version = ' 1.6.2'
19
- androidx_navigation_version = ' 2.7.6 '
19
+ androidx_navigation_version = ' 2.7.7 '
20
20
androidx_room_version = ' 2.6.1'
21
21
androidx_splash_version = ' 1.0.1'
22
22
androidx_recyclerview_version = ' 1.3.2'
@@ -28,7 +28,7 @@ buildscript {
28
28
androidx_test_monitor_version = ' 1.6.1'
29
29
androidx_test_runner_version = ' 1.5.2'
30
30
androidx_test_rules_version = ' 1.5.0'
31
- androidx_test_uiautomator_version = ' 2.2 .0'
31
+ androidx_test_uiautomator_version = ' 2.3 .0'
32
32
androidx_test_espresso_version = ' 3.5.1'
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments