Attempt to support lower android versions too

This commit is contained in:
Pieter Vander Vennet 2025-09-03 01:09:05 +02:00
parent ea7cadde4e
commit 1180d3cfdd

View file

@ -6,7 +6,7 @@ android {
defaultConfig { defaultConfig {
applicationId "org.mapcomplete" applicationId "org.mapcomplete"
minSdk 28 minSdk 28
targetSdkVersion targetSdkVersion targetSdkVersion 35
versionCode 10 versionCode 10
versionName "debug" versionName "debug"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"