Reverse min and target SDK version

This commit is contained in:
Pieter Vander Vennet 2025-07-20 16:34:22 +02:00
parent 3e5101aab8
commit b7b29d20e4

View file

@ -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 {