diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 88c20c40..59ff1667 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 = 181 - versionName = "2.0.13" + versionCode = 182 + versionName = "2.0.14" 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 d3dee8d2..c7579c73 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,9 +1,7 @@ ## Changes -- 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 +- Update to latest membership status api response +- Implement buying Primal Legend +- Add refreshing membership on premium home screen start +- Implement navigating to premium home after premium purchase +- Update settings order and rename account to keys +- Fix renew subscription navigation \ No newline at end of file