Fixed versionCode for android

This commit is contained in:
2025-09-27 20:00:30 -06:00
parent 2a48908dd2
commit dcc3f9cc9d
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 36
versionCode = 25
versionCode = 26
versionName = "1.5.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"