diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 47fd0cfa..08f48f8b 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 = 177 - versionName = "2.0.9" + versionCode = 178 + versionName = "2.0.10" 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 35ede91e..560995e0 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,5 @@ ## Changes -- Google Play subscriptions integration \ No newline at end of file +- Premium subscriptions through Google Play; +- Canceling subscription; +- Restoring purchase on different Nostr account; +- Hide promo code options; \ No newline at end of file