Skip to content

Commit

Permalink
Primal 0.93.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 12, 2024
1 parent 9077e80 commit af0bbaa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 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 = 87
versionName = "0.92.2"
versionCode = 88
versionName = "0.93.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
9 changes: 5 additions & 4 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Features
- Implemented mining fee selector;
- Implemented min amount support for selected fee tier;
- Updated QR code wallet values to use 'lightning:' and 'bitcoin:';
- Implemented pending transactions;
- Implemented read-only network settings screen;
- Implemented handling 'lightning:lnurl' in wallet;

## Fixes
- Updated QR code wallet LN value to 'lightning:lnurl';
9 changes: 5 additions & 4 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 @@
## Features
- Implemented mining fee selector;
- Implemented min amount support for selected fee tier;
- Updated QR code wallet values to use 'lightning:' and 'bitcoin:';
- Implemented pending transactions;
- Implemented read-only network settings screen;
- Implemented handling 'lightning:lnurl' in wallet;

## Fixes
- Updated QR code wallet LN value to 'lightning:lnurl';

0 comments on commit af0bbaa

Please sign in to comment.