From d21431cbd2705ee1aa66d4eebf5bd549348aed1b Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Thu, 25 Jul 2024 19:07:16 +0200 Subject: [PATCH] Primal 1.5.3 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 bae47ef6f..ba00c3b91 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 = 141 - versionName = "1.5.2" + versionCode = 142 + versionName = "1.5.3" 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 817c07cad..4d177caa3 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -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; \ No newline at end of file +- Support for profile and note mentions in article details; +- Implement article details header and top zaps; \ 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 a99cdc387..63317f679 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -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; \ No newline at end of file +Support for profile and note mentions in article details; +Implement article details header and top zaps; \ No newline at end of file