diff --git a/app/build.gradle b/app/build.gradle index 4127ac170..61be67218 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,8 +73,8 @@ android { // require a full app build and reinstallation, even for the smallest change. // If these values are fixed, incremental builds are optimized. // Also, f-droid prefers these values to be static => update them manually, please. - versionCode 71000 - versionName "7.1.0" + versionCode 71100 + versionName "7.1.1" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/71100.txt b/fastlane/metadata/android/en-US/changelogs/71100.txt new file mode 100644 index 000000000..4b407aa5b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/71100.txt @@ -0,0 +1,13 @@ +NoNonsense Notes v7.1.1 + +Highlights: +- Translated using Weblate +- added global sync preference, can prevent sync code from running at all +- changed permissions +- shortcut icon is now visibile in "simple launcher" +- block editing note reminders when it's locked +- fix bug showing an empty note when sharing a link + +Details: +- small UI improvements +- remove unused code \ No newline at end of file