From 70cf50aa4b8de797be1d6962ce15e0f64a0d2fb5 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Thu, 23 Dec 2021 20:54:48 +0100 Subject: [PATCH] Bumped version to 1.18.6-rc.1.2 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/default.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f875dd80..99513b01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 30 - versionCode 4292 - versionName "1.18.6-rc.1.1" + versionCode 4293 + versionName "1.18.6-rc.1.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 b84a149c..ad03aa83 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -1,6 +1,6 @@ Warning! -This release targets API level 30, which changes how Android lets Syncthing interact with the filesystem. As always please make sure you have a good backup of your data, and do look out for problems testing for betas, and any reports to https://forum.syncthing.net are much appreciated (also positive ones :) ). -For more details, check out the issue linked below. +This release targets API level 30, which changes how Android lets Syncthing interact with the filesystem. As always please make sure you have a good backup of your data. Please report your expierences with the beta on https://forum.syncthing.net. * Target API level 30 / Android 11 ( https://github.com/syncthing/syncthing-android/issues/1721 ) * Update Syncthing to v1.18.6-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.18.6-rc.1 ) +