From c472b0ef4a2978ccf808bc03f4452956257b7ee7 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sun, 3 Sep 2023 15:09:16 +0200 Subject: [PATCH] Bumped version to 1.24.0-rc.1 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/default.txt | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a5450e46..be407f8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 21 targetSdkVersion 32 - versionCode 4361 - versionName "1.23.7" + versionCode 4362 + versionName "1.24.0-rc.1" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } diff --git a/app/src/main/play/release-notes/en-GB/default.txt b/app/src/main/play/release-notes/en-GB/default.txt index eaa2c68a..2969c451 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -1,2 +1,4 @@ -* Update Syncthing to v1.23.7 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.7 ) -* Android will not add device (invisible buttons) ( https://github.com/syncthing/syncthing-android/issues/1947 ) +* Update Syncthing to v1.24.0-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.24.0-rc.1 ) +* Fix status bar text and icons color in light mode ( fixes https://github.com/syncthing/syncthing-android/issues/1963 ) +* Remove non-functional restartOnWakeup from app settings ( fixes https://github.com/syncthing/syncthing-android/issues/1961 ) +