fix: make recent tasks usable while streaming

This commit is contained in:
Miuzarte
2026-04-15 18:41:06 +08:00
parent 6ae425681a
commit 4f7ad1fb7d
2 changed files with 15 additions and 11 deletions

View File

@@ -54,8 +54,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 37
versionCode = 13
versionName = "0.1.7"
versionCode = 14
versionName = "0.1.8"
externalNativeBuild {
cmake {