Skip to content

Commit

Permalink
Primal 1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jul 24, 2024
1 parent a5672a3 commit 1192aed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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 = 140
versionName = "1.5.1"
versionCode = 141
versionName = "1.5.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

- Reads App shell;
- Default Nostr Reads feed;
- Article Details screen with simple native Markdown rendering;
- Feed naddr links connected to internal article details screen;
- Article Details screen with markdown rendering;
- Feed naddr links connected to internal article details screen;
- Support for profile and note mentions in article details;
5 changes: 3 additions & 2 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Reads App shell;
Default Nostr Reads feed;
Article Details screen with simple native Markdown rendering;
Feed naddr links connected to internal article details screen;
Article Details screen with markdown rendering;
Feed naddr links connected to internal article details screen;
Support for profile and note mentions in article details;

0 comments on commit 1192aed

Please sign in to comment.