Skip to content

Commit

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

- BadgesManager changes
- Implement marking notifications as seen on notifications screen exit
- Implement new notifications button
- Fix notifications pagination infinite recursion
- Fix zap amount in description for YOUR_POST_WAS_ZAPPED type
- Implemented notifications.
- Implemented notifications settings.
- Implemented create account onboarding flow.
- Fixed issue where sometimes post were missing post stats.
- Fixed copy npub on profile screen.
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 = 39
versionName = "0.16.7"
versionCode = 40
versionName = "0.16.8"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit a2d46e3

Please sign in to comment.