diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 45bf0c101..925bfa3b9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -59,8 +59,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 96 - versionName = "0.95.2" + versionCode = 97 + versionName = "0.95.3" 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 49e327315..03a695a78 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,5 +1,6 @@ ## Changes - Stability improvements across the app. - Improved ui performance when uploading photos. +- Improved edge-cases handling of Google's in-app purchase flow. - Implemented opening note1 and npub1 directly from search query. - Implemented fixed top bar on threads screens. \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 49e327315..03a695a78 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,5 +1,6 @@ ## Changes - Stability improvements across the app. - Improved ui performance when uploading photos. +- Improved edge-cases handling of Google's in-app purchase flow. - Implemented opening note1 and npub1 directly from search query. - Implemented fixed top bar on threads screens. \ No newline at end of file