Android 1.7.1 - Added a clear sync indicator

This commit is contained in:
2025-09-29 14:03:30 -06:00
parent b930d5ce96
commit 72203dd18a
11 changed files with 388 additions and 541 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 36
versionCode = 28
versionName = "1.7.0"
versionCode = 29
versionName = "1.7.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}