Revert "Reverse min and target SDK version"

This reverts commit b7b29d20e4.
This commit is contained in:
Pieter Vander Vennet 2025-07-21 20:17:34 +02:00
parent b7b29d20e4
commit 17f87a9611

View file

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