diff --git a/app/build.gradle b/app/build.gradle index d5fe9ff0..166441f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 21 targetSdkVersion 32 - versionCode 4358 - versionName "1.23.7-rc.1.1" + versionCode 4359 + versionName "1.23.7-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 08c1607b..8803f680 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,2 @@ * Update Syncthing to v1.23.7-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.23.7-rc.1 ) +* Android will not add device (invisible buttons) ( https://github.com/syncthing/syncthing-android/issues/1947 )