Skip to content

Commit

Permalink
Releasing 7.1.7 from release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Jan 27, 2024
1 parent 4ed785a commit 066133e
Show file tree
Hide file tree
Showing 2 changed files with 14 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 71600
versionName "7.1.6"
versionCode 71700
versionName "7.1.7"

vectorDrawables.useSupportLibrary = true

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

Highlights:
- Translated using Weblate
- updated app and libraries to target android 14
- show app animations only if enabled in system settings
- make drawer menu rows more compact

Details:
- Use java 17 in github actions
- bug fixes and stability improvements
- improved stability of tests

0 comments on commit 066133e

Please sign in to comment.