Update androidxCoreVersion to 1.12.0 and remove unnecessary gradle dependency

This commit is contained in:
advplyr
2025-01-12 15:03:29 -06:00
parent 58fe29e526
commit 6dabc7a331
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ ext {
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.7.0'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.10.0'
androidxCoreVersion = '1.12.0'
androidPlayCore = '1.9.0'
androidxFragmentVersion = '1.5.6'
junitVersion = '4.13.2'