depend on geth arr from maven repo instead of the git repo
This commit is contained in:
parent
b9a6253357
commit
cc3f7ffdb1
|
@ -125,7 +125,8 @@ dependencies {
|
||||||
compile "com.facebook.react:react-native:+" // From node_modules
|
compile "com.facebook.react:react-native:+" // From node_modules
|
||||||
compile project(':react-native-contacts')
|
compile project(':react-native-contacts')
|
||||||
compile project(':react-native-i18n')
|
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 project(":realm")
|
||||||
compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"])
|
compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"])
|
||||||
|
|
Binary file not shown.
|
@ -24,5 +24,8 @@ allprojects {
|
||||||
flatDir {
|
flatDir {
|
||||||
dirs 'libs'
|
dirs 'libs'
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
url "http://85.90.244.96:8081/artifactory/libs-release-local"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue