Update status-go to include latest bootnodes and static peers

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Pedro Pombeiro 2018-06-11 14:43:15 +02:00
parent 3eca07cadb
commit 3539020ee2
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ dependencies {
implementation 'com.github.ericwlange:AndroidJSCore:3.0.1'
implementation 'status-im:function:0.0.1'
String statusGoVersion = 'develop-gfeed9158'
String statusGoVersion = 'develop-g737a964a'
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-gfeed9158</version>
<version>develop-g737a964a</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>./</outputDirectory>