Skip to content

Commit

Permalink
Primal 0.95.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Mar 4, 2024
1 parent 44f8548 commit c3aa721
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 97
versionName = "0.95.3"
versionCode = 98
versionName = "0.95.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
1 change: 1 addition & 0 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changes
- Stability improvements across the app.
- Improved btc address validation.
- 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.
Expand Down
1 change: 1 addition & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changes
- Stability improvements across the app.
- Improved btc address validation.
- 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.
Expand Down

0 comments on commit c3aa721

Please sign in to comment.