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 | b6c19916afc382875836ee7d13c7cd6e5a5181c1 (patch) | |
| tree | 9d9f577f8cedc30312f21f0f6ecd57efb98e91b9 | |
| parent | b894cca18ea23f3d31ca0c920798cdf07a990ead (diff) | |
| download | scrcpy-android-fde840f08f8a1859447bdcbf6cdd5da57bcdff5e.tar.gz | |
release: 0.40.4
Address the F-Droid submission review (fdroiddata!41394): the pairing
form takes one device address instead of two loose ports, and both
screens now clear the system bars under Android 15's edge-to-edge.
| -rw-r--r-- | app/build.gradle | 4 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/changelogs/4.txt | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 69bb12a..323f340 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'invalid.lena.scrcpy' minSdk 31 targetSdk 35 - versionCode 3 - versionName '0.3' + versionCode 4 + versionName '0.4' } // AGP otherwise embeds a Google-signed dependency-metadata blob in the diff --git a/fastlane/metadata/android/en-US/changelogs/4.txt b/fastlane/metadata/android/en-US/changelogs/4.txt new file mode 100644 index 0000000..4dd06ed --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4.txt @@ -0,0 +1,6 @@ +The pairing form now takes the device address as one "ip:port" field, copied +straight off the target's Wireless debugging screen, plus the pairing port +and code from the pairing dialog. + +Fixed the main and settings screens drawing under the status and navigation +bars on Android 15. |