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