From 136a264d607c6cb5038745ed2b8a1d7ff75e92db Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Mon, 30 Dec 2024 14:37:41 +0100 Subject: [PATCH] Primal 2.0.34 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 643100109..7c2712921 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 = 201 - versionName = "2.0.33" + versionCode = 202 + versionName = "2.0.34" 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 61472c16f..7c4200614 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,8 +1,2 @@ -## Changes -- Implemented blossom support in feeds (#267)l -- Increase db scheme version needed for mixed-up feeds fix (0eb4e681); -- Fixed amount paddings on wallet dashboard; -- Fixed note editor initial scroll position; -- Fixed connection line offset between avatars on Threads and NoteEditor screens; -- Implemented USD support in transactions editor and invoice creation (#265) -- Fixed back button issue on ArticleDetailsScreen (#266); \ No newline at end of file +## Fixes +- Stability fixes. \ No newline at end of file