mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
21cb7d5e96
- Create new folder for publications have been integrated. - Adicional touch to display the data in a more friendly way added.
17 lines
562 B
Groovy
17 lines
562 B
Groovy
ext {
|
|
minSdkVersion = 21
|
|
compileSdkVersion = 29
|
|
targetSdkVersion = 29
|
|
androidxAppCompatVersion = '1.1.0'
|
|
androidxCoreVersion = '1.2.0'
|
|
androidxMaterialVersion = '1.1.0-rc02'
|
|
androidxBrowserVersion = '1.2.0'
|
|
androidxLocalbroadcastmanagerVersion = '1.0.0'
|
|
androidxExifInterfaceVersion = '1.2.0'
|
|
firebaseMessagingVersion = '20.1.2'
|
|
playServicesLocationVersion = '17.0.0'
|
|
junitVersion = '4.12'
|
|
androidxJunitVersion = '1.1.1'
|
|
androidxEspressoCoreVersion = '3.2.0'
|
|
cordovaAndroidVersion = '7.0.0'
|
|
} |