mirror of
https://github.com/plebbit/seedit.git
synced 2026-01-03 19:37:51 -05:00
15 lines
423 B
Groovy
15 lines
423 B
Groovy
ext {
|
|
minSdkVersion = 23
|
|
compileSdkVersion = 35
|
|
targetSdkVersion = 35
|
|
androidxActivityVersion = '1.2.0'
|
|
androidxAppCompatVersion = '1.2.0'
|
|
androidxCoordinatorLayoutVersion = '1.1.0'
|
|
androidxCoreVersion = '1.12.0'
|
|
androidxFragmentVersion = '1.3.0'
|
|
junitVersion = '4.13.1'
|
|
androidxJunitVersion = '1.1.2'
|
|
androidxEspressoCoreVersion = '3.3.0'
|
|
cordovaAndroidVersion = '10.1.1'
|
|
}
|