Skip to content

Commit

Permalink
Primal 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jul 19, 2024
1 parent def42c8 commit bbd60e5
Show file tree
Hide file tree
Showing 3 changed files with 7 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 = 34
versionCode = 139
versionName = "1.5.0"
versionCode = 140
versionName = "1.5.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 3 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Features
- Reads App shell with empty articles feed;

- Reads App shell;
- Default Nostr Reads feed;
- Article Details screen with simple native Markdown rendering;
- Feed naddr links connected to internal article details screen;
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
@@ -1,3 +1,4 @@
Reads App shell with empty articles feed;
Reads App shell;
Default Nostr Reads feed;
Article Details screen with simple native Markdown rendering;
Feed naddr links connected to internal article details screen;

0 comments on commit bbd60e5

Please sign in to comment.