Skip to content

Commit

Permalink
AGP 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Feb 22, 2024
1 parent 502148f commit 93ccaa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// root build.gradle
buildscript {
ext {
android_gradle_plugin_version = '8.2.1'
android_gradle_plugin_version = '8.2.2'
material_design_version = '1.11.0'
kotlin_version = '1.9.21'
retrofit_version = '2.9.0'
Expand All @@ -16,7 +16,7 @@ buildscript {
androidx_appcompat_version = '1.6.1'
androidx_annotation_version = '1.6.0'
androidx_fragment_version = '1.6.2'
androidx_navigation_version = '2.7.6'
androidx_navigation_version = '2.7.7'
androidx_room_version = '2.6.1'
androidx_splash_version = '1.0.1'
androidx_recyclerview_version = '1.3.2'
Expand All @@ -28,7 +28,7 @@ buildscript {
androidx_test_monitor_version = '1.6.1'
androidx_test_runner_version = '1.5.2'
androidx_test_rules_version = '1.5.0'
androidx_test_uiautomator_version = '2.2.0'
androidx_test_uiautomator_version = '2.3.0'
androidx_test_espresso_version = '3.5.1'
}
}
Expand Down

0 comments on commit 93ccaa9

Please sign in to comment.