upgrade statusgo

This commit is contained in:
Roman Volosovskyi 2016-07-02 10:56:10 +03:00
parent 7f1ac63cdf
commit 0c77625155
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -186,7 +186,7 @@ public class GethService extends Service {
String password = data.getString("password");
// TODO: remove second argument
Log.d(TAG, "Creating account: " + password + " - " + dataFolder);
String jsonData = Statusgo.CreateAccount(password, dataFolder + "/keystore");
String jsonData = Statusgo.CreateAccount(password);
Log.d(TAG, "Created account: " + jsonData);
Bundle replyData = new Bundle();