Attempt to support lower android versions too

This commit is contained in:
Pieter Vander Vennet 2025-09-03 00:17:20 +02:00
parent 817e8198b5
commit ea7cadde4e

View file

@ -5,9 +5,9 @@ android {
compileSdk rootProject.ext.compileSdkVersion compileSdk rootProject.ext.compileSdkVersion
defaultConfig { defaultConfig {
applicationId "org.mapcomplete" applicationId "org.mapcomplete"
minSdk 33 minSdk 28
targetSdkVersion targetSdkVersion targetSdkVersion targetSdkVersion
versionCode 9 versionCode 10
versionName "debug" versionName "debug"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {