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
|
compileSdk rootProject.ext.compileSdkVersion
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.mapcomplete"
|
applicationId "org.mapcomplete"
|
||||||
minSdk 30
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 9
|
versionCode 11
|
||||||
versionName "debug"
|
versionName "debug"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue