0.4.2 - Fixed issue with photo upload streams

This commit is contained in:
2025-08-17 00:57:48 -06:00
parent 183957c1e8
commit 9eaa4e40ae
2 changed files with 27 additions and 35 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 35
versionCode = 8
versionName = "0.4.1"
versionCode = 9
versionName = "0.4.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}