Lower min sdk
This commit is contained in:
parent
ed1a83795d
commit
0f1c861aa7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "com.henryhiles.qweather"
|
applicationId = "com.henryhiles.qweather"
|
||||||
minSdk = 30
|
minSdk = 28
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 1
|
versionCode = 1
|
||||||
versionName = "1.0"
|
versionName = "1.0"
|
||||||
|
|
Reference in a new issue