1.1.1 - More fixes for notification reliability

This commit is contained in:
2025-08-22 20:59:36 -06:00
parent 8d176592c4
commit 77e4df06f8
4 changed files with 50 additions and 75 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 33
targetSdk = 36
versionCode = 15
versionName = "1.1.0"
versionCode = 16
versionName = "1.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}