diff --git a/app/build.gradle b/app/build.gradle index b941751e..7ac51360 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 30 - versionCode 4320 - versionName "1.22.0-rc.2" + versionCode 4322 + versionName "1.22.1-rc.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 89296ce3..d6e736d7 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 @@ -* Update Syncthing to v1.22.0-rc.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.22.0-rc.2 ) +* Update Syncthing to v1.22.1-rc.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.22.1-rc.2 ) * add preference to run always (ignore run conditions) #1823 * Remove Syncthing from Recents after pressing Exit #1805