Skip to content

Commit

Permalink
Primal 0.93.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 13, 2024
1 parent 22db6b9 commit d67ea81
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 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 = 88
versionName = "0.93.0"
versionCode = 89
versionName = "0.93.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
8 changes: 5 additions & 3 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Features
- Implemented read-only network settings screen;
- Implemented handling 'lightning:lnurl' in wallet;
- Implemented network settings screen;
- Implemented connectivity status for relays and caching service;
- Implemented handling 'lightning:lnurl' and 'lightning:lnbc' in wallet;
- Implemented writing to bootstrap relays if user relays not found;

## Fixes
- Updated QR code wallet LN value to 'lightning:lnurl';
- Updated QR code wallet LN value to 'lightning:lnurl' and 'lightning:lnbc';
8 changes: 5 additions & 3 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Features
- Implemented read-only network settings screen;
- Implemented handling 'lightning:lnurl' in wallet;
- Implemented network settings screen;
- Implemented connectivity status for relays and caching service;
- Implemented handling 'lightning:lnurl' and 'lightning:lnbc' in wallet;
- Implemented writing to bootstrap relays if user relays not found;

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

0 comments on commit d67ea81

Please sign in to comment.