advplyr.audiobookshelf-app/android/variables.gradle

25 lines
770 B
Groovy
Raw Normal View History

2021-09-01 20:07:11 -05:00
ext {
minSdkVersion = 24
compileSdkVersion = 35
targetSdkVersion = 34
2025-01-12 15:18:29 -06:00
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.7.0'
androidxCoordinatorLayoutVersion = '1.3.0'
androidxCoreVersion = '1.12.0'
2025-01-12 15:18:29 -06:00
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.16.0'
androidx_media_version = '1.7.0'
exoplayer_version = '2.18.7'
2021-09-01 20:07:11 -05:00
glide_version = '4.11.0'
2025-01-12 15:18:29 -06:00
junit_version = '4.13.2'
kotlin_version = '2.1.0'
2025-01-12 15:18:29 -06:00
kotlin_coroutines_version = '1.10.1'
2021-09-01 20:07:11 -05:00
test_runner_version = '1.1.0'
coreSplashScreenVersion = '1.0.1'
2025-01-12 15:18:29 -06:00
androidxWebkitVersion = '1.9.0'
2021-09-01 20:07:11 -05:00
}