2021-09-01 20:07:11 -05:00
|
|
|
ext {
|
2022-03-28 19:53:53 -05:00
|
|
|
minSdkVersion = 24
|
2025-01-12 13:38:56 -06:00
|
|
|
compileSdkVersion = 35
|
2025-04-15 17:21:48 -05:00
|
|
|
targetSdkVersion = 35
|
|
|
|
androidxActivityVersion = '1.9.2'
|
2024-09-16 16:59:12 -05:00
|
|
|
androidxAppCompatVersion = '1.7.0'
|
2025-04-13 17:35:48 -05:00
|
|
|
androidxCoordinatorLayoutVersion = '1.3.0'
|
2025-04-15 17:21:48 -05:00
|
|
|
androidxCoreVersion = '1.15.0'
|
|
|
|
androidxFragmentVersion = '1.8.4'
|
2023-01-22 17:26:08 -06:00
|
|
|
junitVersion = '4.13.2'
|
2025-04-15 17:21:48 -05:00
|
|
|
androidxJunitVersion = '1.2.1'
|
|
|
|
androidxEspressoCoreVersion = '3.6.1'
|
2022-04-17 16:59:49 -05:00
|
|
|
cordovaAndroidVersion = '10.1.1'
|
2025-04-13 17:35:48 -05:00
|
|
|
androidx_core_ktx_version = '1.16.0'
|
2024-09-16 16:59:12 -05:00
|
|
|
androidx_media_version = '1.7.0'
|
2023-05-31 17:43:54 -05:00
|
|
|
exoplayer_version = '2.18.7'
|
2025-04-23 17:01:52 -05:00
|
|
|
glide_version = '4.16.0'
|
2025-01-12 15:18:29 -06:00
|
|
|
junit_version = '4.13.2'
|
2025-01-12 13:38:56 -06:00
|
|
|
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'
|
2023-09-14 18:05:49 -05:00
|
|
|
coreSplashScreenVersion = '1.0.1'
|
2025-04-15 17:21:48 -05:00
|
|
|
androidxWebkitVersion = '1.12.1'
|
2021-09-01 20:07:11 -05:00
|
|
|
}
|