Skip to content

Commit c29040e

Browse files
committed
increment to version 3.2.0
1 parent 3c5c2ae commit c29040e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ android {
4141
applicationId 'com.greenaddress.greenbits_android_wallet'
4242
minSdkVersion 19
4343
targetSdkVersion 28
44-
versionCode 319
44+
versionCode 320
4545
// Don't use defaultConfig.getProperty("versionCode") in versionName
4646
// because it breaks F-Droid!
47-
versionName "3.1.9"
47+
versionName "3.2.0"
4848
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
4949
}
5050
flavorDimensions 'normal'

app/fetch_gdk_binaries.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ fi
1010
# The version of gdk to fetch and its sha256 checksum for integrity checking
1111
NAME="gdk-android-jni"
1212
TARBALL="${NAME}.tar.gz"
13-
URL="https://github.com/Blockstream/gdk/releases/download/release_0.0.16/${TARBALL}"
14-
SHA256="c4ef0d9233c188bcb0ab7b3ec27379e34639fa2b0b48fca269792c8efc7c16c5"
13+
URL="https://github.com/Blockstream/gdk/releases/download/release_0.0.18/${TARBALL}"
14+
SHA256="de727e70cb21b27197f7d7d9254bd5eedd33ad7437535a651da918d65199f8ea"
1515
# Pre-requisites
1616
function check_command() {
1717
command -v $1 >/dev/null 2>&1 || { echo >&2 "$1 not found, exiting."; exit 1; }

app/prepare_gdk_clang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ -d gdk ]; then
1212
else
1313
git clone https://github.com/Blockstream/gdk.git
1414
cd gdk
15-
git checkout tags/release_0.0.16 -b release_0.0.16
15+
git checkout tags/release_0.0.18 -b release_0.0.18
1616
fi
1717

1818
python3 -m virtualenv -p python3 venv

0 commit comments

Comments
 (0)