Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
472b6da88e |
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ android {
|
||||||
compileSdk rootProject.ext.compileSdkVersion
|
compileSdk rootProject.ext.compileSdkVersion
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.mapcomplete"
|
applicationId "org.mapcomplete"
|
||||||
minSdk 28
|
minSdk 28 // Use 32 for google play, 28 for FDroid
|
||||||
targetSdkVersion 35
|
targetSdkVersion 35
|
||||||
versionCode 10
|
versionCode 2031
|
||||||
versionName "debug"
|
versionName "debug"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue