diff options
| author | Lena <lena@omega> | 2026-07-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-07-01 00:00:00 +0000 |
| commit | 0678b16dc31802a069bd3ee76c12abccbe484dd7 (patch) | |
| tree | d90f178e221e740dce990a600432d21fc030c354 /app/build.gradle | |
| parent | 701788299cd1b37dfdfc22b36e83ffd85e73a5ff (diff) | |
| download | scrcpy-android-0.2.tar.gz | |
release: 0.20.2
Cut 0.2 for the F-Droid submission: it carries the opus playback fix,
transactional session bring-up and teardown, the activity hardening,
and the release-input verification. versionCode 2 corresponds to the
already-written changelog for the store listing.
Diffstat (limited to 'app/build.gradle')
| -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 476f3d8..d1ee090 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'invalid.lena.scrcpy' minSdk 31 targetSdk 35 - versionCode 1 - versionName '0.1' + versionCode 2 + versionName '0.2' } // AGP otherwise embeds a Google-signed dependency-metadata blob in the |