Compare commits

..

1 Commits

Author SHA1 Message Date
dcc3f9cc9d Fixed versionCode for android 2025-09-27 20:00:30 -06:00
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"