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 {
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
androidxAppCompatVersion = '1.1.0'
androidxCoreVersion = '1.2.0'
androidxMaterialVersion = '1.1.0-rc02'