1.4.1 - Shortcuts Bug Fix

This commit is contained in:
2025-09-08 00:49:00 -06:00
parent f45ff8963d
commit 7770997fd4
8 changed files with 319 additions and 186 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 34
targetSdk = 36
versionCode = 21
versionName = "1.4.0"
versionCode = 22
versionName = "1.4.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}