Reverse min and target SDK version
This commit is contained in:
parent
3e5101aab8
commit
b7b29d20e4
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ android {
|
|||
compileSdk rootProject.ext.compileSdkVersion
|
||||
defaultConfig {
|
||||
applicationId "org.mapcomplete"
|
||||
minSdk 30
|
||||
targetSdkVersion targetSdkVersion
|
||||
versionCode 9
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 11
|
||||
versionName "debug"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue