Attempt to support lower android versions too
This commit is contained in:
parent
ea7cadde4e
commit
1180d3cfdd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue