From 684b92dedbe135289ae30a1568ba6ab880184958 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Wed, 6 Jan 2021 09:32:44 +0100 Subject: [PATCH] Bumped version to 1.12.1 --- 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 f18699cc..d76d4ebb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 29 - versionCode 4254 - versionName "1.12.1-rc.1" + versionCode 4255 + versionName "1.12.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 c80d04f2..ab74777f 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,3 @@ * Target android 10 / sdk 29 Nothing changes regarding storage access (still using legacy storage, not scoped). Newly imposed limitations on accessing configured wifi SSIDs means you cannot choose from those anymore, but can only add the one you are currently connected to. For details see https://github.com/syncthing/syncthing-android/pull/1575 -* Update Syncthing to v1.12.1-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.12.1-rc.1 ) +* Update Syncthing to v1.12.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.12.1 )