depend on geth arr from maven repo instead of the git repo

Former-commit-id: cc3f7ffdb1
This commit is contained in:
michaelr 2016-03-14 00:30:11 +02:00
parent 5ed5e91e2d
commit 1441edc9e8
3 changed files with 5 additions and 2 deletions

View File

@ -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"])

View File

@ -1 +0,0 @@
38ff929c3daeb67ab6582468428506132621f46f

View File

@ -24,5 +24,8 @@ allprojects {
flatDir {
dirs 'libs'
}
maven {
url "http://85.90.244.96:8081/artifactory/libs-release-local"
}
}
}