refactor: improve base class Settings

This commit is contained in:
Miuzarte
2026-03-29 01:11:05 +08:00
parent 82d06ceeae
commit ebbf9f6d4b
19 changed files with 303 additions and 433 deletions

View File

@@ -23,8 +23,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 36
versionCode = 5
versionName = "0.0.5"
versionCode = 6
versionName = "0.1.0"
externalNativeBuild {
cmake {