0.3.1 - Bugfix for status bar

This commit is contained in:
2025-08-15 19:38:01 -06:00
parent 886388061d
commit 20dca8cff5
12 changed files with 6 additions and 6 deletions

View File

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