Upgraded android api (#11)

This commit is contained in:
2022-04-06 23:16:00 +01:00
committed by GitHub
parent a96b976e86
commit d7534d585e

View File

@@ -10,11 +10,11 @@ android {
lintOptions {
abortOnError false
}
compileSdkVersion 30
compileSdkVersion 32
defaultConfig {
applicationId "com.appttude.h_mal.atlas_weather"
minSdkVersion 23
targetSdkVersion 30
minSdkVersion 26
targetSdkVersion 32
versionCode 5
versionName "3.0"
testInstrumentationRunner "com.appttude.h_mal.atlas_weather.application.TestRunner"