0.4.0 - Bug fixes and improvements

This commit is contained in:
2025-08-16 19:04:11 -06:00
parent d6c5e937df
commit 70c85d159e
11 changed files with 1480 additions and 1263 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"
}