Skip to content

Commit

Permalink
Update gdk to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Apr 2, 2019
1 parent a17778e commit 7aeee52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/fetch_gdk_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
# The version of gdk to fetch and its sha256 checksum for integrity checking
NAME="gdk-android-jni"
TARBALL="${NAME}.tar.gz"
URL="https://github.com/Blockstream/gdk/releases/download/release_0.0.8/${TARBALL}"
SHA256="69f66715a2b29d278e4adc5563ce0c5fa222ceafb21c00141a416b86579f1ffb"
URL="https://github.com/Blockstream/gdk/releases/download/release_0.0.9/${TARBALL}"
SHA256="57a7916dd9c09a24a9664ee661800240356724fbb18c94b85d3cddecd99f8fb2"

# Pre-requisites
function check_command() {
Expand Down
2 changes: 1 addition & 1 deletion app/prepare_gdk_clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -d gdk ]; then
else
git clone https://github.com/Blockstream/gdk.git
cd gdk
git checkout tags/release_0.0.8 -b release_0.0.8
git checkout tags/release_0.0.9 -b release_0.0.9
fi

python3 -m virtualenv -p python3 venv
Expand Down

0 comments on commit 7aeee52

Please sign in to comment.