This commit is contained in:
2025-08-18 09:52:53 -06:00
parent 461abab5d6
commit 7887e6eb03
2 changed files with 3 additions and 3 deletions

View File

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