fix: missing of START_APP_CUSTOM saving

This commit is contained in:
Miuzarte
2026-04-12 23:21:51 +08:00
parent 5a48467c7a
commit 28543d0b69
3 changed files with 14 additions and 10 deletions

View File

@@ -40,8 +40,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 36
versionCode = 8
versionName = "0.1.2"
versionCode = 9
versionName = "0.1.3"
externalNativeBuild {
cmake {