fix android-geth dependency
This commit is contained in:
parent
78e01fb227
commit
71f6865204
|
@ -128,7 +128,7 @@ dependencies {
|
|||
compile project(':react-native-contacts')
|
||||
compile project(':react-native-i18n')
|
||||
// compile(name:'geth', ext:'aar')
|
||||
compile(group: 'syng-im', name: 'android-geth', version: '1.4.0-201603131817-92d65cf', ext: 'aar')
|
||||
compile(group: 'status-im', name: 'android-geth', version: '1.4.0-201604110816-a97a114', ext: 'aar')
|
||||
|
||||
compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"])
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ allprojects {
|
|||
dirs 'libs'
|
||||
}
|
||||
maven {
|
||||
url "http://85.90.244.96:8081/artifactory/libs-release-local"
|
||||
url "http://185.90.37.89:8081/artifactory/libs-release-local"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue