fix: IME filters out KEYCODE_BACK

This commit is contained in:
Miuzarte
2026-05-06 20:00:32 +08:00
parent 414becc592
commit 502c249b34
3 changed files with 6 additions and 3 deletions

View File

@@ -56,8 +56,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 37
versionCode = 27
versionName = "0.3.1"
versionCode = 28
versionName = "0.3.2"
externalNativeBuild {
cmake {