upgrade statusgo

This commit is contained in:
Roman Volosovskyi 2016-06-30 19:59:25 +03:00
parent 5ff4ff7ead
commit e73e9ee7b6
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ dependencies {
compile project(':react-native-camera')
compile project(':react-native-status')
compile project(':react-native-orientation')
compile(group: 'status-im', name: 'status-go', version: '0.1.0-201606231357-85abe1', ext: 'aar')
compile(group: 'status-im', name: 'status-go', version: '0.1.0-201606301634-5d7b29', ext: 'aar')
compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"])
}

View File

@ -79,7 +79,7 @@ public class GethService extends Service {
new Thread(new Runnable() {
public void run() {
Statusgo.doStartNode(dataFolder);
Statusgo.StartNode(dataFolder);
}
}).start();
}