1.3.1 - Graphing Fixes Cont'd

This commit is contained in:
2025-08-31 19:03:43 -06:00
parent 3245937743
commit 20f48a31c0
3 changed files with 7 additions and 9 deletions

View File

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