Skip to content

Commit

Permalink
Primal 0.16.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Sep 19, 2023
1 parent efdd8c7 commit 784ba42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changes

- Notifications badge on the bottom navigation;
- Notifications List screen preview;
- Implement notifications pagination;
- Implement collapsing new notifications;
- Improve AvatarThumbnailsRow to have max limit;
- Implement error states in notifications list;
- Disable marking notifications as seen;
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 36
versionName = "0.16.2"
versionCode = 37
versionName = "0.16.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 784ba42

Please sign in to comment.