Add comments about version numbers

This commit is contained in:
Pieter Vander Vennet 2025-09-20 14:01:49 +02:00
parent dc3f3f5ac3
commit 472b6da88e

View file

@ -5,9 +5,9 @@ android {
compileSdk rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "org.mapcomplete"
minSdk 28
minSdk 28 // Use 32 for google play, 28 for FDroid
targetSdkVersion 35
versionCode 10
versionCode 2031
versionName "debug"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {