Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ android {
applicationId "to.synonym.bitkit.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 51
versionCode 56
versionName "1.0"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ PODS:
- React-Core
- react-native-keep-awake (1.2.0):
- React-Core
- react-native-ldk (0.0.101):
- react-native-ldk (0.0.102):
- React
- react-native-libsodium (0.7.0):
- React-Core
Expand Down Expand Up @@ -841,7 +841,7 @@ SPEC CHECKSUMS:
react-native-flipper: 5d8dcbcb905a7e8076c9a61a3709944c23cf48ee
react-native-image-picker: ec9b713e248760bfa0f879f0715391de4651a7cb
react-native-keep-awake: caee3ff89eaa21dfe29010f0d143566874a04441
react-native-ldk: dcf18b998cb115ed2228fd09268b9b45d8fb5036
react-native-ldk: 68471c25f1e36ae5b2f59f3002016a815f781480
react-native-libsodium: 2834a805c906aef4b7609019bcc87e7d9eb86b23
react-native-mmkv: 7da5e18e55c04a9af9a7e0ab9792a1e8d33765a1
react-native-netinfo: 22c082970cbd99071a4e5aa7a612ac20d66b08f0
Expand Down
4 changes: 2 additions & 2 deletions ios/bitkit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 51;
CURRENT_PROJECT_VERSION = 56;
DEVELOPMENT_TEAM = KYH47R284B;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = bitkit/Info.plist;
Expand Down Expand Up @@ -587,7 +587,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 51;
CURRENT_PROJECT_VERSION = 56;
DEVELOPMENT_TEAM = KYH47R284B;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = bitkit/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@sayem314/react-native-keep-awake": "^1.2.0",
"@shopify/react-native-skia": "0.1.182",
"@synonymdev/blocktank-client": "0.0.50",
"@synonymdev/react-native-ldk": "^0.0.101",
"@synonymdev/react-native-ldk": "^0.0.102",
"@synonymdev/react-native-lnurl": "0.0.4",
"@synonymdev/result": "0.0.2",
"@synonymdev/slashtags-auth": "^1.0.0-alpha.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2647,10 +2647,10 @@
cross-fetch "^3.1.4"
node-fetch "3.1.1"

"@synonymdev/react-native-ldk@^0.0.101":
version "0.0.101"
resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.101.tgz#a9d527aefc638c499432f780f4de2df09c35f9ed"
integrity sha512-Dhuta1z0LRVL7/B/S9jsCB6xvt+3CsWFQgeX8TTMhcGLCfYEzfaDp/tTtU9Edzq/kxcYsNQrnXY+4tSLGLzlXA==
"@synonymdev/react-native-ldk@^0.0.102":
version "0.0.102"
resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.102.tgz#022f8c701b268f59a65af08501c5d8dca778f4e6"
integrity sha512-ws5qVr9V42/l3N29/bJEsTNpYKw8KeoyycTACt0py5SnMjQY6A9VgFgNUDvQMDA2Tlf5zUOm4nFQ2TjfG7JhDQ==
dependencies:
bitcoinjs-lib "^6.0.2"

Expand Down