From abb68aaed6fcbcc7493e159fb07286d660e0b348 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sun, 16 Jul 2023 23:16:02 +0200 Subject: [PATCH] Bumped version to 1.23.6 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/default.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cbbffff1..d8f53eb4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 21 targetSdkVersion 32 - versionCode 4352 - versionName "1.23.6-rc.2.8" + versionCode 4353 + versionName "1.23.6" 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 6cc8872d..2e725e0c 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -2,4 +2,4 @@ * Fix crashes due to syncthing event parsing failure (#1884) * 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 ) +* Update Syncthing to v1.23.6 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.6 )