mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 10:57:04 +00:00
19 lines
598 B
Groovy
19 lines
598 B
Groovy
ext {
|
|
minSdkVersion = 23
|
|
compileSdkVersion = 35
|
|
targetSdkVersion = 35
|
|
androidxActivityVersion = '1.9.2'
|
|
//https://github.com/ionic-team/capacitor/issues/7866
|
|
// androidxAppCompatVersion = '1.7.0'
|
|
androidxAppCompatVersion = '1.6.1'
|
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
|
androidxCoreVersion = '1.15.0'
|
|
androidxFragmentVersion = '1.8.4'
|
|
coreSplashScreenVersion = '1.0.1'
|
|
androidxWebkitVersion = '1.12.1'
|
|
junitVersion = '4.13.2'
|
|
androidxJunitVersion = '1.2.1'
|
|
androidxEspressoCoreVersion = '3.6.1'
|
|
cordovaAndroidVersion = '10.1.1'
|
|
}
|