0.5.0 - Optimizations and better session management

This commit is contained in:
2025-08-19 00:35:04 -06:00
parent 5af6a3c55b
commit 5549ae77be
7 changed files with 51 additions and 10 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 36
versionCode = 12
versionName = "0.4.5"
versionCode = 13
versionName = "0.5.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}