From be7a012517905f0a36b2e68f0df7a311ca191fff Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 1 Jul 2026 00:00:00 +0000 Subject: release: 0.3 Migrate hosting from Codeberg to GitLab. Update the LGPL source-availability notices in THIRD_PARTY_NOTICES to gitlab.com/0xlena/scrcpy-android. --- app/build.gradle | 4 ++-- app/src/main/assets/THIRD_PARTY_NOTICES | 4 ++-- fastlane/metadata/android/en-US/changelogs/3.txt | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/3.txt 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 diff --git a/app/src/main/assets/THIRD_PARTY_NOTICES b/app/src/main/assets/THIRD_PARTY_NOTICES index 6dfcad2..36cc025 100644 --- a/app/src/main/assets/THIRD_PARTY_NOTICES +++ b/app/src/main/assets/THIRD_PARTY_NOTICES @@ -23,7 +23,7 @@ License: https://www.gnu.org/licenses/lgpl-3.0.txt The application source and build scripts needed to replace this library with a modified compatible version and rebuild the application are available at: -https://codeberg.org/0xlena/scrcpy-android +https://gitlab.com/0xlena/scrcpy-android Reverse engineering for debugging modifications to LGPL-covered components is permitted. @@ -56,4 +56,4 @@ Source: https://github.com/Genymobile/scrcpy/tree/v4.0 The Apache-2.0 terms used by this application and several components are in the top-level LICENSE file in the source distribution: -https://codeberg.org/0xlena/scrcpy-android/src/branch/master/LICENSE +https://gitlab.com/0xlena/scrcpy-android/-/blob/master/LICENSE diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..99aee04 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,3 @@ +Project moved from Codeberg to GitLab. Source, issues, and the third-party +source-availability notices now point at gitlab.com/0xlena/scrcpy-android. +No functional changes. -- cgit v1.2.3