Attempt to support lower android versions too
This commit is contained in:
parent
817e8198b5
commit
ea7cadde4e
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ android {
|
|||
compileSdk rootProject.ext.compileSdkVersion
|
||||
defaultConfig {
|
||||
applicationId "org.mapcomplete"
|
||||
minSdk 33
|
||||
minSdk 28
|
||||
targetSdkVersion targetSdkVersion
|
||||
versionCode 9
|
||||
versionCode 10
|
||||
versionName "debug"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue