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 )