From 121474bd1a469133609f43202f68355da385efa8 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Thu, 13 Jun 2019 17:28:43 +0200 Subject: [PATCH] Bumped version to 1.2.0-rc.1.1 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/default.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b8421df8..f97705ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4171 - versionName "1.2.0-rc.1" + versionCode 4173 + versionName "1.2.0-rc.1.1" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'android.support.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 7d02904e..e0e187b4 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 @@ +* Added dark theme * Don't open keyboard on save to Syncthing * Updated Go and many dependencies * Update syncthing to v1.2.0-rc.1