fix: accept RX1 encoded BMP dimensions

This commit is contained in:
2026-08-22 09:17:27 +08:00
parent 86bc9528dd
commit 4c829f74a9
2 changed files with 37 additions and 22 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ android {
applicationId = "com.yzx.kiosk"
minSdk = 26
targetSdk = 36
versionCode = 22
versionName = "1.1.2"
versionCode = 23
versionName = "1.1.3"
//multiDexEnabled = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"