From a4a30e5287b272c26f4f5e2ba19a5e8de008d7fb Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sat, 15 Jul 2023 11:23:30 +0200 Subject: [PATCH] Bumped version to 1.23.6-rc.2 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/default.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 84b3f435..a693b2e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 21 targetSdkVersion 32 - versionCode 4343 - versionName "1.23.6-rc.1" + versionCode 4344 + versionName "1.23.6-rc.2" 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 a6088bfa..c4f83659 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -1,3 +1,4 @@ * Fix some UI issues after the migration to Material Design 3 (#1915, #1918) * Fix crashes due to syncthing event parsing failure (#1884) -* Update Syncthing to v1.23.6-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.6-rc.1 ) +* Move CI from TeamCity to GHA +* Update Syncthing to v1.23.6-rc.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.6-rc.2 )