Skip to content

Commit

Permalink
Releasing 7.1.9 from release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Sep 12, 2024
1 parent c55991d commit fa44540
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 71800
versionName "7.1.8"
versionCode 71900
versionName "7.1.9"

vectorDrawables.useSupportLibrary = true

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/71900.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NoNonsense Notes v7.1.9

Highlights:
- Translated using Weblate
- updated dependencies and gradle
- fixed a bug causing the notes to disappear when sorting by date, see #525

0 comments on commit fa44540

Please sign in to comment.