update status-go to v0.13.1

This commit is contained in:
Adam Babik 2018-08-28 12:15:01 +02:00
parent 5ee1659b13
commit e9399167f6
No known key found for this signature in database
GPG Key ID: ED02515A1FC0D1B4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ dependencies {
implementation 'com.instabug.library:instabug:3+'
implementation 'status-im:function:0.0.1'
String statusGoVersion = 'develop-g19b53030'
String statusGoVersion = 'v0.13.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

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