fix: rsa pubkey prioritize stored values

This commit is contained in:
Miuzarte
2026-04-28 16:17:38 +08:00
parent e089f687c0
commit f97976847e
3 changed files with 19 additions and 7 deletions

View File

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