diff options
| author | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
| commit | 4341eb16f2ff3233599b1f42c91105f424bc016a (patch) | |
| tree | 6375d1863a93b55a584670134f22e2d25f397dd3 /app | |
| parent | 3037f9f8fdcc6cdadfe94ba248d10e647578cf53 (diff) | |
| download | scrcpy-android-0.5.tar.gz | |
Complete the prerelease audit after physical-device verification.
Require Wireless ADB TLS, update scrcpy to 4.1, and harden media,
lifecycle, release tests, and metadata.
Diffstat (limited to 'app')
| -rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 219bf62..c8e4246 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'invalid.lena.scrcpy' minSdk 31 targetSdk 36 - versionCode 4 - versionName '0.4' + versionCode 5 + versionName '0.5' } // AGP otherwise embeds a Google-signed dependency-metadata blob in the |