fix: terminal input serialization

This commit is contained in:
Miuzarte
2026-05-08 23:50:46 +08:00
parent 2aa40570b8
commit 5bcd19d1a8
3 changed files with 38 additions and 19 deletions

View File

@@ -56,8 +56,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 37
versionCode = 29
versionName = "0.3.3"
versionCode = 30
versionName = "0.3.4"
externalNativeBuild {
cmake {