1.3.0 - Graphing Fixes

This commit is contained in:
2025-08-28 00:18:54 -06:00
parent 1aeded35d1
commit 3245937743
5 changed files with 67 additions and 109 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 34
targetSdk = 36
versionCode = 18
versionName = "1.2.0"
versionCode = 19
versionName = "1.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}