update status-go to 0.14 (Keys Derivation Padding Fix)

Signed-off-by: Adam Babik <a.babik@designfortress.com>
This commit is contained in:
Adam Babik 2018-09-04 10:03:45 +02:00
parent ca2e7795d3
commit a79eca1e23
No known key found for this signature in database
GPG Key ID: ED02515A1FC0D1B4
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ dependencies {
implementation 'com.instabug.library:instabug:3+'
implementation 'status-im:function:0.0.1'
String statusGoVersion = 'v0.13.1'
String statusGoVersion = 'v0.14.1'
final String statusGoGroup = 'status-im', statusGoName = 'status-go'
// Check if the local status-go jar exists, and compile against that if it does

View File

@ -37,7 +37,7 @@ ExternalProject_Add(StatusGo_ep
PREFIX ${StatusGo_PREFIX}
SOURCE_DIR ${StatusGo_SOURCE_DIR}
GIT_REPOSITORY https://github.com/status-im/status-go.git
GIT_TAG v0.13.1
GIT_TAG v0.14.1
BUILD_BYPRODUCTS ${StatusGo_STATIC_LIB}
CONFIGURE_COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/${CONFIGURE_SCRIPT} ${GO_ROOT_PATH} ${StatusGo_ROOT} ${StatusGo_SOURCE_DIR}
BUILD_COMMAND ""

View File

@ -25,7 +25,7 @@
<artifactItem>
<groupId>status-im</groupId>
<artifactId>status-go-ios-simulator</artifactId>
<version>v0.13.1</version>
<version>v0.14.1</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>./</outputDirectory>