update status-go with fixed geth.log log level (#3965)
This commit is contained in:
parent
a7bd6b6e5c
commit
02cd956f43
|
@ -17,7 +17,7 @@ dependencies {
|
||||||
implementation 'com.github.ericwlange:AndroidJSCore:3.0.1'
|
implementation 'com.github.ericwlange:AndroidJSCore:3.0.1'
|
||||||
implementation 'status-im:function:0.0.1'
|
implementation 'status-im:function:0.0.1'
|
||||||
|
|
||||||
String statusGoVersion = 'develop-ga45b0596'
|
String statusGoVersion = 'develop-g5f075eea'
|
||||||
final String statusGoGroup = 'status-im', statusGoName = 'status-go'
|
final String statusGoGroup = 'status-im', statusGoName = 'status-go'
|
||||||
|
|
||||||
// Check if the local status-go jar exists, and compile against that if it does
|
// Check if the local status-go jar exists, and compile against that if it does
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>status-im</groupId>
|
<groupId>status-im</groupId>
|
||||||
<artifactId>status-go-ios-simulator</artifactId>
|
<artifactId>status-go-ios-simulator</artifactId>
|
||||||
<version>develop-ga45b0596</version>
|
<version>develop-g5f075eea</version>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
<outputDirectory>./</outputDirectory>
|
<outputDirectory>./</outputDirectory>
|
||||||
|
|
Loading…
Reference in New Issue