From 9d4204d20034fd59783060591773953ffc766218 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Mon, 29 Jul 2024 18:53:05 +0200 Subject: [PATCH] Primal 1.5.4 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 3 ++- app/src/main/play/release-notes/en-US/default.txt | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ba00c3b91..0a5634491 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index 4d177caa3..04b5e2795 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -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; \ No newline at end of file +- Implemented article details header and top zaps; +- Implemented rendering article comments; \ 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 63317f679..08861e1ef 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -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; \ No newline at end of file +Implemented article details header and top zaps; +Implemented rendering article comments; \ No newline at end of file