Skip to content

Commit 91e5e07

Browse files
Releasing 7.2.3 from release.sh
1 parent 15c50b1 commit 91e5e07

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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 72200
78-
versionName "7.2.2"
77+
versionCode 72300
78+
versionName "7.2.3"
7979

8080
vectorDrawables.useSupportLibrary = true
8181

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
NoNonsense Notes v7.2.3
2+
3+
Highlights:
4+
- finished the tutorial at https://github.com/spacecowboy/NotePad/blob/master/documents/TUTORIAL.md
5+
- fixed the shortcut widget for newer android versions
6+
- fixed bugs related to the note list widget
7+
- added official support for Android 16
8+
- improved how dates are shown in the "search results" and "archived notes" views

0 commit comments

Comments
 (0)