1.3.1 - Graphing Fixes Cont'd

This commit is contained in:
2025-08-31 19:03:43 -06:00
parent 8db6ed0e82
commit 4804049274
2 changed files with 6 additions and 8 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"
}