Revert "Reverse min and target SDK version"
This reverts commit b7b29d20e4
.
This commit is contained in:
parent
b7b29d20e4
commit
17f87a9611
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"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdk 30
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion targetSdkVersion
|
||||||
versionCode 11
|
versionCode 9
|
||||||
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