From 10e632fcc82708ae2dc2257a93460b0340bc9b10 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Fri, 13 Sep 2024 21:27:52 +0200 Subject: [PATCH] Primal 1.6.2 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 5 ++++- app/src/main/play/release-notes/en-US/default.txt | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d988a74bc..9e932f784 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 = 150 - versionName = "1.6.1" + versionCode = 151 + versionName = "1.6.2" 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 d98837653..23d1b5b58 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,7 @@ ## Features - New notes & reads app shell; -- New notes & reads feeds with feed marketplace; \ No newline at end of file +- New notes & reads feeds with feed marketplace; +- Advanced search UI; +- Profile details header revamp; +- Compose 1.7; \ 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 49383a954..eb4fd7d47 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,2 +1,5 @@ - New notes & reads app shell; -- New notes & reads feeds with feed marketplace; \ No newline at end of file +- New notes & reads feeds with feed marketplace; +- Advanced search UI; +- Profile details header revamp; +- Compose 1.7; \ No newline at end of file