Skip to content

Commit

Permalink
Primal 2.0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 12, 2024
1 parent 778fd01 commit e24c905
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
14 changes: 6 additions & 8 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -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);
- 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

0 comments on commit e24c905

Please sign in to comment.