From bbd60e5a3c571a22bf5ac3d45806ecb7cc774a5b Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Fri, 19 Jul 2024 15:22:29 +0200 Subject: [PATCH] Primal 1.5.1 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 4 +++- app/src/main/play/release-notes/en-US/default.txt | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 63bd8c474..982c86d87 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index c77ab1292..47357fac4 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -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; \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 2c5295138..d0276fd32 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -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; \ No newline at end of file