Skip to content

Commit

Permalink
Merge pull request #983 from synonymdev/ldk-bump2
Browse files Browse the repository at this point in the history
fix: updated react-native-ldk
  • Loading branch information
Jasonvdb authored Apr 20, 2023
2 parents 7057164 + fac3b61 commit b6a17d3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ android {
applicationId "to.synonym.bitkit.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 39
versionCode 42
versionName "1.0"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
Expand Down
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ PODS:
- React-Core
- react-native-image-picker (4.10.0):
- React-Core
- react-native-ldk (0.0.88):
- react-native-ldk (0.0.89):
- React
- react-native-libsodium (0.0.1):
- React-Core
Expand Down Expand Up @@ -813,7 +813,7 @@ SPEC CHECKSUMS:
react-native-document-picker: f68191637788994baed5f57d12994aa32cf8bf88
react-native-flipper: 7eeb9b59b667dd0619372c7349cf7c78032d1de2
react-native-image-picker: 4bc9ed38c8be255b515d8c88babbaf74973f91a8
react-native-ldk: e9021dac38a9b02194df3b409f4baed69f114b3c
react-native-ldk: 58ed077970033a7017a290b4a5ec6189c70ebb08
react-native-libsodium: f4eba037c4ddf73f86b08075452cacb957256147
react-native-mmkv: 1265a348a4711097ba29c8bcefd5971f48220f2b
react-native-netinfo: 1a6035d3b9780221d407c277ebfb5722ace00658
Expand Down Expand Up @@ -860,4 +860,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: a0cdae2b34e1f0caa9c485e11d315a325acc1c91

COCOAPODS: 1.12.0
COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions ios/bitkit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 40;
DEVELOPMENT_TEAM = KYH47R284B;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = bitkit/Info.plist;
Expand Down Expand Up @@ -592,7 +592,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 40;
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 @@ -48,7 +48,7 @@
"@reduxjs/toolkit": "^1.9.1",
"@shopify/react-native-skia": "0.1.141",
"@synonymdev/blocktank-client": "0.0.50",
"@synonymdev/react-native-ldk": "0.0.88",
"@synonymdev/react-native-ldk": "^0.0.89",
"@synonymdev/react-native-lnurl": "0.0.3",
"@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 @@ -2120,10 +2120,10 @@
cross-fetch "^3.1.4"
node-fetch "3.1.1"

"@synonymdev/[email protected].88":
version "0.0.88"
resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.88.tgz#c041e5b9cddcdd2ae330d14097a55f5c0faa807d"
integrity sha512-j0Un/5Cl9xnAmCVYO//BxGwNK0+tpUHgqstrLq3wM8hm/mZmCIWMYTtvY9J1OhIYBLP1ASfFGydyM8Rq9BO5bA==
"@synonymdev/react-native-ldk@^0.0.89":
version "0.0.89"
resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.89.tgz#82956436011cc575e893422e12469a298bf214b2"
integrity sha512-AAfnVM3AEGkoJaSNcbtjLd3Xnfx/87Jj1owETB2fY77f2bw4rFFsgoQyge6OfsHst5xlpohCqVmTVzzcH6J0Sg==
dependencies:
bitcoinjs-lib "^6.0.2"

Expand Down

0 comments on commit b6a17d3

Please sign in to comment.