From f49bd421d788c2b366eec20c3e3d8a0e94561336 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Thu, 7 Nov 2024 18:24:03 +0100 Subject: [PATCH] Primal 2.0.10 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 47fd0cfa..08f48f8b 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 = 177 - versionName = "2.0.9" + versionCode = 178 + versionName = "2.0.10" 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 35ede91e..560995e0 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,5 @@ ## Changes -- Google Play subscriptions integration \ No newline at end of file +- Premium subscriptions through Google Play; +- Canceling subscription; +- Restoring purchase on different Nostr account; +- Hide promo code options; \ No newline at end of file