Skip to content

Commit

Permalink
Primal 1.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jul 29, 2024
1 parent 1fdf73f commit 9d4204d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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 = 142
versionName = "1.5.3"
versionCode = 143
versionName = "1.5.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- Article Details screen with markdown rendering;
- Feed naddr links connected to internal article details screen;
- Support for profile and note mentions in article details;
- Implement article details header and top zaps;
- Implemented article details header and top zaps;
- Implemented rendering article comments;
3 changes: 2 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Default Nostr Reads feed;
Article Details screen with markdown rendering;
Feed naddr links connected to internal article details screen;
Support for profile and note mentions in article details;
Implement article details header and top zaps;
Implemented article details header and top zaps;
Implemented rendering article comments;

0 comments on commit 9d4204d

Please sign in to comment.