Skip to content

Commit

Permalink
Primal 2.0.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 13, 2024
1 parent 8329e9e commit fc58fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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 = 183
versionName = "2.0.15"
versionCode = 184
versionName = "2.0.16"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
8 changes: 2 additions & 6 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## Changes
- 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
- Completed manage subscription screen;
- Implemented media management screen (without delete);

0 comments on commit fc58fea

Please sign in to comment.