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 c55991d commit fa44540Copy full SHA for fa44540
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 71800
78
- versionName "7.1.8"
+ versionCode 71900
+ versionName "7.1.9"
79
80
vectorDrawables.useSupportLibrary = true
81
fastlane/metadata/android/en-US/changelogs/71900.txt
@@ -0,0 +1,6 @@
1
+NoNonsense Notes v7.1.9
2
+
3
+Highlights:
4
+- Translated using Weblate
5
+- updated dependencies and gradle
6
+- fixed a bug causing the notes to disappear when sorting by date, see #525
0 commit comments