parent
7a0941368f
commit
69b35af007
|
@ -134,7 +134,7 @@ dependencies {
|
||||||
compile project(':react-native-status')
|
compile project(':react-native-status')
|
||||||
compile project(':react-native-orientation')
|
compile project(':react-native-orientation')
|
||||||
//compile(name:'statusgo-android-16', ext:'aar')
|
//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"])
|
compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"])
|
||||||
}
|
}
|
||||||
|
|
|
@ -186,7 +186,7 @@ public class GethService extends Service {
|
||||||
String password = data.getString("password");
|
String password = data.getString("password");
|
||||||
// TODO: remove second argument
|
// TODO: remove second argument
|
||||||
Log.d(TAG, "Creating account: " + password + " - " + dataFolder);
|
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);
|
Log.d(TAG, "Created account: " + jsonData);
|
||||||
|
|
||||||
Bundle replyData = new Bundle();
|
Bundle replyData = new Bundle();
|
||||||
|
|
Loading…
Reference in New Issue