0.4.4 - Cleaned up range views

This commit is contained in:
2025-08-17 01:29:15 -06:00
parent 0f976f685f
commit 89f1e350b3
3 changed files with 124 additions and 65 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 35
versionCode = 10
versionName = "0.4.3"
versionCode = 11
versionName = "0.4.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}