diff --git a/app/build.gradle b/app/build.gradle index 7fe5c795..d824d0c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 28 - versionCode 4190 - versionName "1.2.2" + versionCode 4191 + versionName "1.2.2.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 d271661e..f90a3e61 100644 --- a/app/src/main/play/release-notes/en-GB/default.txt +++ b/app/src/main/play/release-notes/en-GB/default.txt @@ -1 +1 @@ -* Update Syncthing to v1.2.2 (https://github.com/syncthing/syncthing/releases/tag/v1.2.2) +* Build Syncthing with go1.13 (fixes #1291)