Skip to content

Commit 066133e

Browse files
Releasing 7.1.7 from release.sh
1 parent 4ed785a commit 066133e

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ android {
7474

7575
// If these values remain static, incremental builds are optimized and faster.
7676
// Also, FDROID is happier. Update them only with ./release.sh
77-
versionCode 71600
78-
versionName "7.1.6"
77+
versionCode 71700
78+
versionName "7.1.7"
7979

8080
vectorDrawables.useSupportLibrary = true
8181

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
NoNonsense Notes v7.1.7
2+
3+
Highlights:
4+
- Translated using Weblate
5+
- updated app and libraries to target android 14
6+
- show app animations only if enabled in system settings
7+
- make drawer menu rows more compact
8+
9+
Details:
10+
- Use java 17 in github actions
11+
- bug fixes and stability improvements
12+
- improved stability of tests

0 commit comments

Comments
 (0)