We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed785a commit 066133eCopy full SHA for 066133e
2 files changed
app/build.gradle
@@ -74,8 +74,8 @@ android {
74
75
// If these values remain static, incremental builds are optimized and faster.
76
// Also, FDROID is happier. Update them only with ./release.sh
77
- versionCode 71600
78
- versionName "7.1.6"
+ versionCode 71700
+ versionName "7.1.7"
79
80
vectorDrawables.useSupportLibrary = true
81
fastlane/metadata/android/en-US/changelogs/71700.txt
@@ -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