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 { lintOptions {
abortOnError false abortOnError false
} }
compileSdkVersion 30 compileSdkVersion 32
defaultConfig { defaultConfig {
applicationId "com.appttude.h_mal.atlas_weather" applicationId "com.appttude.h_mal.atlas_weather"
minSdkVersion 23 minSdkVersion 26
targetSdkVersion 30 targetSdkVersion 32
versionCode 5 versionCode 5
versionName "3.0" versionName "3.0"
testInstrumentationRunner "com.appttude.h_mal.atlas_weather.application.TestRunner" testInstrumentationRunner "com.appttude.h_mal.atlas_weather.application.TestRunner"