diff --git a/app/src/play/play/en-US/whatsnew-alpha b/app/src/play/play/en-US/whatsnew-alpha index 842c00f6..40c86e7e 100644 --- a/app/src/play/play/en-US/whatsnew-alpha +++ b/app/src/play/play/en-US/whatsnew-alpha @@ -1,16 +1,10 @@ Help translate the app into your language: https://crowdin.com/project/open-link-with -v2.1 +v2.2 -Fixes with Browser selection. +NEW! Advanced Settings +For the longest time, users have requested to disable some advanced features of the app. Now you can! -v2.0 - -NEW! Browser selection: - -When a link shared with Open Link With, browsers are suggested in addition to the native apps. This behavior can now be modified. - -- None will never suggest browsers -- Always ask will include all browsers (previous behavior) -- Single browser will suggest only that selection +Before: +Browser selection settings diff --git a/build.gradle b/build.gradle index fb15cb21..d599ae12 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,8 @@ buildscript { ext.isPlay = project.hasProperty('play') def versionMajor = 2 - def versionMinor = 1 - def versionBuild = 5 + def versionMinor = 2 + def versionBuild = 0 ext.versions = [ compileSdk : 28,