refactor: implement I18N

- fix IPv6 parsing
- Domain support
- ADB key pair manually importing
This commit is contained in:
Miuzarte
2026-04-30 19:12:36 +08:00
parent a3ba7fc918
commit f3a5cc53f6
53 changed files with 3184 additions and 1153 deletions

View File

@@ -56,8 +56,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 37
versionCode = 25
versionName = "0.2.9"
versionCode = 26
versionName = "0.3.0"
externalNativeBuild {
cmake {