mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-29 04:30:03 +00:00
15 lines
421 B
Groovy
15 lines
421 B
Groovy
|
ext {
|
||
|
minSdkVersion = 23
|
||
|
compileSdkVersion = 31
|
||
|
targetSdkVersion = 31
|
||
|
androidxActivityVersion = '1.2.0'
|
||
|
androidxAppCompatVersion = '1.2.0'
|
||
|
androidxCoordinatorLayoutVersion = '1.1.0'
|
||
|
androidxCoreVersion = '1.3.2'
|
||
|
androidxFragmentVersion = '1.3.0'
|
||
|
junitVersion = '4.13.1'
|
||
|
androidxJunitVersion = '1.1.2'
|
||
|
androidxEspressoCoreVersion = '3.3.0'
|
||
|
cordovaAndroidVersion = '7.0.0'
|
||
|
}
|