From b6c19916afc382875836ee7d13c7cd6e5a5181c1 Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 1 Jul 2026 00:00:00 +0000 Subject: release: 0.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. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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 -- cgit v1.2.3