This commit is contained in:
2025-08-16 02:31:52 -06:00
parent ca770b9db3
commit cc1edbc65c
22 changed files with 52 additions and 132 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 35
versionCode = 5
versionName = "0.3.2"
versionCode = 6
versionName = "0.3.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}