From 093f111a9488471780be2591d9a45ff054fbf5b0 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Fri, 2 Aug 2024 22:40:32 +0200 Subject: [PATCH] Primal 1.5.7 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 3ca97f47f..0c1a8bc0d 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 = 145 - versionName = "1.5.6" + versionCode = 146 + versionName = "1.5.7" 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 3444b34e0..9b3d068f5 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -9,4 +9,5 @@ - Implemented rendering article comments; - Implemented rendering article on ThreadScreen; - Implemented article commenting and commenting on article comments; -- Implemented font size variations on articles; \ No newline at end of file +- Implemented font size variations on articles; +- Implemented feed picker and changing article feeds; \ 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 aa0fc893a..2958413d0 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -7,4 +7,5 @@ Implemented article details header and top zaps; Implemented rendering article comments; Implemented rendering article on ThreadScreen; Implemented article commenting and commenting on article comments; -Implemented font size variations on articles; \ No newline at end of file +Implemented font size variations on articles; +Implemented feed picker and changing article feeds; \ No newline at end of file