forked from litecoin-foundation/litewallet-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π£π[Hotbug fix] sharedprefs fb fix (litecoin-foundation#19)
* Added notes * Bugfix - add missing pendingIntent flag for android 13 * Use firebase bom * subproject commit * version bump * Disabled FB send, Added Get Tasks * Patch to hard code fees - Static fees - Removed the dep - Turn crashlytics back on/off/on Co-authored-by: Victor Sima <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule loafwallet-core
updated
19 files
+59 β24 | BRAddress.c | |
+10 β2 | BRAddress.h | |
+3 β3 | BRBIP38Key.c | |
+4 β5 | BRBase58.c | |
+144 β0 | BRBech32.c | |
+48 β0 | BRBech32.h | |
+138 β0 | BRChainParams.h | |
+3 β3 | BRInt.h | |
+14 β8 | BRMerkleBlock.c | |
+3 β0 | BRMerkleBlock.h | |
+19 β25 | BRPeer.c | |
+5 β11 | BRPeer.h | |
+248 β271 | BRPeerManager.c | |
+9 β4 | BRPeerManager.h | |
+26 β2 | BRTransaction.c | |
+6 β3 | BRTransaction.h | |
+2 β1 | BRWallet.c | |
+2 β0 | module.modulemap | |
+279 β68 | test.c |