1.1.2 - More fixes for notification reliability

This commit is contained in:
2025-08-22 23:22:23 -06:00
parent a7481135b4
commit cf2adeef7a
3 changed files with 20 additions and 11 deletions

View File

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