gradle: Switch to new Int only SDK version properties

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2022-10-01 13:18:20 +05:30
parent 24a5efd5f8
commit fa510e3ffa

View File

@@ -13,12 +13,12 @@ spotbugs {
}
android {
compileSdkVersion 31
compileSdk 31
defaultConfig {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
minSdk 21
targetSdk 31
versionCode 114
versionName "2.20.0"