v1.0.10: Fix checkbox-text alignment in read-only mode

This commit is contained in:
2026-07-27 21:42:34 -06:00
parent b640f1f063
commit d9f0a80dd4
2 changed files with 4 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId = "com.docmost.app"
minSdk = 26
targetSdk = 34
versionCode = 10
versionName = "1.0.9"
versionCode = 11
versionName = "1.0.10"
}
signingConfigs {