Skip to content

Commit

Permalink
Primal 1.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jul 25, 2024
1 parent ad23b38 commit d21431c
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 = 141
versionName = "1.5.2"
versionCode = 142
versionName = "1.5.3"

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 @@ -4,4 +4,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;
- Support for profile and note mentions in article details;
- Implement article details header and top zaps;
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 @@ -2,4 +2,5 @@ Reads App shell;
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;
Support for profile and note mentions in article details;
Implement article details header and top zaps;

0 comments on commit d21431c

Please sign in to comment.