Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior committed Feb 5, 2024
2 parents 5fddbd4 + 933cee7 commit 9bb7856
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ dependencies {
implementation 'com.facebook.react:react-native:+'

// bitcoindevkit
implementation 'org.bitcoindevkit:bdk-android:0.29.0'
implementation 'org.bitcoindevkit:bdk-android:0.31.0'
}
2 changes: 1 addition & 1 deletion lib/classes/NativeLoader.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/classes/Wallet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/classes/Wallet.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const request = require('request');
const fs = require('fs');
var AdmZip = require('adm-zip');

var fileUrl = 'https://github.com/bitcoindevkit/bdk-swift/releases/download/0.29.0/bdkFFI.xcframework.zip';
var fileUrl = 'https://github.com/bitcoindevkit/bdk-swift/releases/download/0.31.0/bdkFFI.xcframework.zip';

const src = 'ios/bdkFFI.xcframework.zip';
const target = 'ios/';
Expand Down

0 comments on commit 9bb7856

Please sign in to comment.