Version bumps

This commit is contained in:
2025-09-28 23:33:05 -06:00
parent f7f1fba9aa
commit 56c501cef6
7 changed files with 15 additions and 13 deletions

View File

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