0.4.1 - Small fix for share image

This commit is contained in:
2025-08-16 20:20:30 -06:00
parent b86ab591fe
commit 15a5e217a5
2 changed files with 65 additions and 6 deletions

View File

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