From 55dffa31b7be7e5b6f19fb720cfe5bc0a8b0f513 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sun, 16 Jul 2023 15:35:28 +0200 Subject: [PATCH] Bumped version to 1.23.6-rc.2.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 ae8ebce4..1d4ee5d4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 21 targetSdkVersion 32 - versionCode 4345 - versionName "1.23.6-rc.2.1" + versionCode 4346 + versionName "1.23.6-rc.2.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 c4f83659..6cc8872d 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -1,4 +1,5 @@ * Fix some UI issues after the migration to Material Design 3 (#1915, #1918) * Fix crashes due to syncthing event parsing failure (#1884) -* Move CI from TeamCity to GHA +* Use GHA instead of TeamCity as CI +* Switch to publishing to goolge play with bundles * Update Syncthing to v1.23.6-rc.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.6-rc.2 )