From 1441edc9e84d8bb56d9ba966b9534a1d8805ed82 Mon Sep 17 00:00:00 2001 From: michaelr Date: Mon, 14 Mar 2016 00:30:11 +0200 Subject: [PATCH] depend on geth arr from maven repo instead of the git repo Former-commit-id: cc3f7ffdb17495e8e444ecc5bb67ce8028bbba9b --- android/app/build.gradle | 3 ++- android/app/libs/geth.aar.REMOVED.git-id | 1 - android/build.gradle | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 android/app/libs/geth.aar.REMOVED.git-id diff --git a/android/app/build.gradle b/android/app/build.gradle index f3be637384..0f84db5236 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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"]) diff --git a/android/app/libs/geth.aar.REMOVED.git-id b/android/app/libs/geth.aar.REMOVED.git-id deleted file mode 100644 index fe1e5ec81e..0000000000 --- a/android/app/libs/geth.aar.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -38ff929c3daeb67ab6582468428506132621f46f \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index 0bf558e768..f05bf1a9b7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,5 +24,8 @@ allprojects { flatDir { dirs 'libs' } + maven { + url "http://85.90.244.96:8081/artifactory/libs-release-local" + } } }