depend on geth arr from maven repo instead of the git repo
Former-commit-id: cc3f7ffdb1
This commit is contained in:
parent
5ed5e91e2d
commit
1441edc9e8
|
@ -125,7 +125,8 @@ dependencies {
|
|||
compile "com.facebook.react:react-native:+" // From node_modules
|
||||
compile project(':react-native-contacts')
|
||||
compile project(':react-native-i18n')
|
||||
compile(name:'geth', ext:'aar')
|
||||
// compile(name:'geth', ext:'aar')
|
||||
compile(group: 'syng-im', name: 'android-geth', version: '1.4.0-201603131817-92d65cf', ext: 'aar')
|
||||
|
||||
compile project(":realm")
|
||||
compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"])
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
38ff929c3daeb67ab6582468428506132621f46f
|
|
@ -24,5 +24,8 @@ allprojects {
|
|||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
maven {
|
||||
url "http://85.90.244.96:8081/artifactory/libs-release-local"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue