File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 1010# The version of gdk to fetch and its sha256 checksum for integrity checking
1111NAME=" gdk-android-jni"
1212TARBALL=" ${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
1616function check_command() {
1717 command -v $1 > /dev/null 2>&1 || { echo >&2 " $1 not found, exiting." ; exit 1; }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ -d gdk ]; then
1212else
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
1616fi
1717
1818python3 -m virtualenv -p python3 venv
You can’t perform that action at this time.
0 commit comments