Skip to content

Commit

Permalink
Primal 2.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 7, 2024
1 parent 7e2b4fd commit f49bd42
Show file tree
Hide file tree
Showing 2 changed files with 6 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 = 177
versionName = "2.0.9"
versionCode = 178
versionName = "2.0.10"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 4 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## Changes
- Google Play subscriptions integration
- Premium subscriptions through Google Play;
- Canceling subscription;
- Restoring purchase on different Nostr account;
- Hide promo code options;

0 comments on commit f49bd42

Please sign in to comment.