From ac88793cbdc93f74c421e62c834be0c8d3af3fb0 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Mon, 11 Nov 2024 18:43:33 +0100 Subject: [PATCH] Primal 2.0.13 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0a5ad994..88c20c40 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 = 180 - versionName = "2.0.12" + versionCode = 181 + versionName = "2.0.13" 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 6362737e..d3dee8d2 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,9 @@ ## Changes -- Google Play subscription ready for review. \ No newline at end of file +- Implement Extend Subscription; +- Implement Support Primal screen and support-us flag; +- Implement Change Primal Name Screen (#228); +- Implement Order History empty screen with existing cancel subscription logic; +- Implement Premium Relay Screen (#231); +- Implement Premium media management screen UI (#230); +- Implement Manage Premium Screen (#227); +- Implement apply logic on premium home screen (#226); \ No newline at end of file