fix: app version

This commit is contained in:
Miuzarte
2026-03-22 18:27:02 +08:00
parent 57d2af638a
commit 0aa83f4a63

View File

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