mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-31 15:19:34 +02:00
Android gradle variables remove unused
This commit is contained in:
parent
6dabc7a331
commit
eb035c1023
1 changed files with 5 additions and 20 deletions
|
@ -2,38 +2,23 @@ ext {
|
||||||
minSdkVersion = 24
|
minSdkVersion = 24
|
||||||
compileSdkVersion = 35
|
compileSdkVersion = 35
|
||||||
targetSdkVersion = 34
|
targetSdkVersion = 34
|
||||||
androidxActivityVersion = '1.7.0'
|
androidxActivityVersion = '1.8.0'
|
||||||
androidxAppCompatVersion = '1.7.0'
|
androidxAppCompatVersion = '1.7.0'
|
||||||
androidxCoordinatorLayoutVersion = '1.2.0'
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
||||||
androidxCoreVersion = '1.12.0'
|
androidxCoreVersion = '1.12.0'
|
||||||
androidPlayCore = '1.9.0'
|
androidxFragmentVersion = '1.6.2'
|
||||||
androidxFragmentVersion = '1.5.6'
|
|
||||||
junitVersion = '4.13.2'
|
junitVersion = '4.13.2'
|
||||||
androidxJunitVersion = '1.1.5'
|
androidxJunitVersion = '1.1.5'
|
||||||
androidxEspressoCoreVersion = '3.5.1'
|
androidxEspressoCoreVersion = '3.5.1'
|
||||||
cordovaAndroidVersion = '10.1.1'
|
cordovaAndroidVersion = '10.1.1'
|
||||||
androidx_car_version = '1.0.0-alpha7'
|
|
||||||
androidx_core_ktx_version = '1.15.0'
|
androidx_core_ktx_version = '1.15.0'
|
||||||
androidx_media_version = '1.7.0'
|
androidx_media_version = '1.7.0'
|
||||||
androidx_preference_version = '1.1.1'
|
|
||||||
androidx_test_runner_version = '1.3.0'
|
|
||||||
arch_lifecycle_version = '2.2.0'
|
|
||||||
constraint_layout_version = '2.0.1'
|
|
||||||
espresso_version = '3.3.0'
|
|
||||||
exoplayer_version = '2.18.7'
|
exoplayer_version = '2.18.7'
|
||||||
fragment_version = '1.2.5'
|
|
||||||
glide_version = '4.11.0'
|
glide_version = '4.11.0'
|
||||||
gms_strict_version_matcher_version = '1.0.3'
|
junit_version = '4.13.2'
|
||||||
gradle_version = '3.1.4'
|
|
||||||
gson_version = '2.8.5'
|
|
||||||
junit_version = '4.13'
|
|
||||||
kotlin_version = '2.1.0'
|
kotlin_version = '2.1.0'
|
||||||
kotlin_coroutines_version = '1.6.4'
|
kotlin_coroutines_version = '1.10.1'
|
||||||
multidex_version = '1.0.3'
|
|
||||||
play_services_auth_version = '18.1.0'
|
|
||||||
recycler_view_version = '1.1.0'
|
|
||||||
robolectric_version = '4.2'
|
|
||||||
test_runner_version = '1.1.0'
|
test_runner_version = '1.1.0'
|
||||||
coreSplashScreenVersion = '1.0.1'
|
coreSplashScreenVersion = '1.0.1'
|
||||||
androidxWebkitVersion = '1.6.1'
|
androidxWebkitVersion = '1.9.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue