1.0.1 - Notification reliability update

This commit is contained in:
2025-08-22 19:11:21 -06:00
parent 5423fe9538
commit 743cb7c765
7 changed files with 338 additions and 19 deletions

View File

@@ -12,10 +12,10 @@ android {
defaultConfig {
applicationId = "com.atridad.openclimb"
minSdk = 31
minSdk = 33
targetSdk = 36
versionCode = 14
versionName = "1.0.0"
versionCode = 15
versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}