Skip to content

Commit

Permalink
Releasing 7.1.8 from release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed May 1, 2024
1 parent 2765971 commit e82dded
Show file tree
Hide file tree
Showing 2 changed files with 11 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 71700
versionName "7.1.7"
versionCode 71800
versionName "7.1.8"

vectorDrawables.useSupportLibrary = true

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

Highlights:
- Updated translations using Weblate
- Updated dependencies and build tools
- Resize text in some UI elements to avoid it being cut
- Updated automated testing infrastructure
- General stability improvements
- Fixed #509 so now repeating remindes can handle the switch between DST and ST when they are rescheduled

0 comments on commit e82dded

Please sign in to comment.