Skip to content

Commit

Permalink
Primal 0.16.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolalukovic committed Sep 26, 2023
1 parent 57705db commit a9dba43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## Changes

- 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.
- Follow all recommended users by default when onboarding a new created account
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 40
versionName = "0.16.8"
versionName = "0.16.9"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit a9dba43

Please sign in to comment.