0.2.0 quick fixes

This commit is contained in:
2025-08-15 14:51:30 -06:00
parent 68bc1f30a6
commit 10984226d9
16 changed files with 71 additions and 38 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 35
versionCode = 1
versionName = "0.1.0"
versionCode = 2
versionName = "0.2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}