From 87d169ebaf33a3a5a4b4441011128135f019ab97 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Tue, 23 Jan 2024 16:06:46 +0100 Subject: [PATCH] Primal 0.90.0 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 4 +--- app/src/main/play/release-notes/en-US/default.txt | 4 +--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 571cf451f..eac8d697e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -59,8 +59,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 78 - versionName = "0.64.0" + versionCode = 79 + versionName = "0.90.0" 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 92fd0112f..9c27b291f 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,2 @@ ## Features -- Implemented zap settings; -- Added compatibility with older wallet api; -- Improved trending hashtags updates to avoid blank screens; \ No newline at end of file +- Primal Wallet beta release; \ 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 9ec33d1a0..4b6a2e8f8 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1 @@ -- Implemented zap settings; -- Added compatibility with older wallet api; -- Improved trending hashtags updates to avoid blank screens; \ No newline at end of file +- Primal Wallet Beta release; \ No newline at end of file