Skip to content

Commit

Permalink
Primal 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 29, 2024
1 parent d2a78fa commit 504c560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 35
versionCode = 168
versionName = "2.0.0"
versionCode = 169
versionName = "2.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
6 changes: 1 addition & 5 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
## Changes
- Show zapped article in primal wallet (#213);
- Implement zapping profiles through NWC (#214);
- Update ArticleFeedMediator to return errors;
- Implement notifications stable ids;
- Fix top zaps edge-case crash on threads screen;
- Fixed api calls failing sometimes even though all events were received

0 comments on commit 504c560

Please sign in to comment.