increment the sdk version for android

This commit is contained in:
jason.wall 2021-12-22 10:49:49 -05:00
parent fd2f94e702
commit f0cd79f776

View File

@ -1,7 +1,7 @@
ext { ext {
minSdkVersion = 21 minSdkVersion = 21
compileSdkVersion = 29 compileSdkVersion = 30
targetSdkVersion = 29 targetSdkVersion = 30
androidxAppCompatVersion = '1.1.0' androidxAppCompatVersion = '1.1.0'
androidxCoreVersion = '1.2.0' androidxCoreVersion = '1.2.0'
androidxMaterialVersion = '1.1.0-rc02' androidxMaterialVersion = '1.1.0-rc02'
@ -14,4 +14,4 @@ ext {
androidxJunitVersion = '1.1.1' androidxJunitVersion = '1.1.1'
androidxEspressoCoreVersion = '3.2.0' androidxEspressoCoreVersion = '3.2.0'
cordovaAndroidVersion = '7.0.0' cordovaAndroidVersion = '7.0.0'
} }