diff --git a/app/build.gradle b/app/build.gradle index ca3e98c6..4a7b599e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,8 +74,8 @@ android { // If these values remain static, incremental builds are optimized and faster. // Also, FDROID is happier. Update them only with ./release.sh - versionCode 71900 - versionName "7.1.9" + versionCode 72000 + versionName "7.2.0" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/72000.txt b/fastlane/metadata/android/en-US/changelogs/72000.txt new file mode 100644 index 00000000..01ed7b34 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/72000.txt @@ -0,0 +1,6 @@ +NoNonsense Notes v7.2.0 + +Highlights: +- Updated translations using Weblate +- Added official support for Android 15 (API 35) +- Tweaked the layout of the "note history" page \ No newline at end of file