Skip to content

Commit

Permalink
Merge pull request #821 from synonymdev/ldk-v-bump
Browse files Browse the repository at this point in the history
chore: react-native-ldk version bump
  • Loading branch information
Jasonvdb authored Jan 12, 2023
2 parents 3afd7f6 + e1bb425 commit 8be912c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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 28
versionCode 30
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 @@ -320,7 +320,7 @@ PODS:
- React-Core
- react-native-image-picker (4.10.0):
- React-Core
- react-native-ldk (0.0.78):
- react-native-ldk (0.0.79):
- React
- react-native-libsodium (0.0.1):
- React-Core
Expand Down Expand Up @@ -808,7 +808,7 @@ SPEC CHECKSUMS:
react-native-document-picker: f68191637788994baed5f57d12994aa32cf8bf88
react-native-flipper: 7eeb9b59b667dd0619372c7349cf7c78032d1de2
react-native-image-picker: 4bc9ed38c8be255b515d8c88babbaf74973f91a8
react-native-ldk: a9042dc94d1316861763b8ffbc91fbc974fe60cc
react-native-ldk: f0b685567716721dd9bc0f7c04bbde820d625f0e
react-native-libsodium: f4eba037c4ddf73f86b08075452cacb957256147
react-native-mmkv: 1265a348a4711097ba29c8bcefd5971f48220f2b
react-native-netinfo: 1a6035d3b9780221d407c277ebfb5722ace00658
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 @@ -593,7 +593,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 28;
CURRENT_PROJECT_VERSION = 29;
DEVELOPMENT_TEAM = KYH47R284B;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = bitkit/Info.plist;
Expand Down Expand Up @@ -623,7 +623,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 28;
CURRENT_PROJECT_VERSION = 29;
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 @@ -42,7 +42,7 @@
"@reduxjs/toolkit": "^1.9.1",
"@shopify/react-native-skia": "0.1.141",
"@synonymdev/blocktank-client": "0.0.47",
"@synonymdev/react-native-ldk": "^0.0.78",
"@synonymdev/react-native-ldk": "^0.0.79",
"@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 @@ -2028,10 +2028,10 @@
cross-fetch "^3.1.4"
node-fetch "3.1.1"

"@synonymdev/react-native-ldk@^0.0.78":
version "0.0.78"
resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.78.tgz#44dd30e505fd9766ac5d09ac311f44d33f9adb68"
integrity sha512-PuI6IMkalPorgR6T2/xUVgeexh79LjdApVnw507bnVb5+qVpGSsnjvSXEVC4rac14Y5MUUPARoAGKPsU5ou16g==
"@synonymdev/react-native-ldk@^0.0.79":
version "0.0.79"
resolved "https://registry.yarnpkg.com/@synonymdev/react-native-ldk/-/react-native-ldk-0.0.79.tgz#6d3608027e795b10aad377438131f97eaf7dd426"
integrity sha512-rU9qtMqQIMlgnbCX5buEcgsoUQHkyqI69sarMp2+Ud5xbry8beDWhXo0gUxXwQ/XAHhJMXuaxoMC3/rpqyDXvg==
dependencies:
bitcoinjs-lib "^6.0.2"

Expand Down

0 comments on commit 8be912c

Please sign in to comment.