0.4.0 - Bug fixes and improvements

This commit is contained in:
2025-08-16 19:04:11 -06:00
parent fb5028446d
commit bc06c811fd
13 changed files with 1482 additions and 1264 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 35
versionCode = 6
versionName = "0.3.3"
versionCode = 7
versionName = "0.4.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}