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 | be7a012517905f0a36b2e68f0df7a311ca191fff (patch) | |
| tree | 0c399c52bea9f50cb08d35bf2080ccf1b16a1b57 /app/build.gradle | |
| parent | 0678b16dc31802a069bd3ee76c12abccbe484dd7 (diff) | |
| download | scrcpy-android-be7a012517905f0a36b2e68f0df7a311ca191fff.tar.gz | |
release: 0.30.3
Migrate hosting from Codeberg to GitLab. Update the LGPL
source-availability notices in THIRD_PARTY_NOTICES to
gitlab.com/0xlena/scrcpy-android.
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 d1ee090..69bb12a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'invalid.lena.scrcpy' minSdk 31 targetSdk 35 - versionCode 2 - versionName '0.2' + versionCode 3 + versionName '0.3' } // AGP otherwise embeds a Google-signed dependency-metadata blob in the |