0.3.0 - Filtering and Better Scales

This commit is contained in:
2025-08-15 19:30:50 -06:00
parent 10984226d9
commit 491a122c01
15 changed files with 446 additions and 110 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 35
versionCode = 2
versionName = "0.2.0"
versionCode = 3
versionName = "0.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}