From 054c98a3675e99628d5d1065266ce94746fadfd0 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Tue, 7 Jan 2025 12:15:37 +0100 Subject: [PATCH] Primal 2.0.36 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b6b02bdcc..06812b97d 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 = 203 - versionName = "2.0.35" + versionCode = 204 + versionName = "2.0.36" 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 7c4200614..1ea6d8d5c 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,3 @@ ## Fixes -- Stability fixes. \ No newline at end of file +- Remove trailing empty spaces from tags in nostr events. +- Prevent crash when going back to home screen and then tapping home icon fast. \ No newline at end of file