Bump version numbers
Some checks failed
/ build_android (push) Failing after 1m31s

This commit is contained in:
Pieter Vander Vennet 2025-06-19 14:53:10 +02:00
parent 9119753829
commit 8a3b8f5ed9

View file

@ -7,8 +7,8 @@ android {
applicationId "org.mapcomplete"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "0.49.0"
versionCode 3
versionName "0.52.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.