Update gradle versions and dependencies

This commit is contained in:
advplyr 2025-04-13 17:35:48 -05:00
parent ea2e8c7cc9
commit 1e791f9601
4 changed files with 5 additions and 5 deletions

View file

@ -4,14 +4,14 @@ ext {
targetSdkVersion = 34
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.7.0'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.3.0'
androidxCoreVersion = '1.12.0'
androidxFragmentVersion = '1.6.2'
junitVersion = '4.13.2'
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1'
androidx_core_ktx_version = '1.15.0'
androidx_core_ktx_version = '1.16.0'
androidx_media_version = '1.7.0'
exoplayer_version = '2.18.7'
glide_version = '4.11.0'