Skip to content

Commit

Permalink
Primal 2.0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 11, 2024
1 parent eb73510 commit ac88793
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 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 = 180
versionName = "2.0.12"
versionCode = 181
versionName = "2.0.13"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
9 changes: 8 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## Changes
- Google Play subscription ready for review.
- 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);

0 comments on commit ac88793

Please sign in to comment.