From 387a8027899a1bf10783757d7f467a98bbbc9a54 Mon Sep 17 00:00:00 2001 From: Adrian Tiberius Date: Fri, 22 Apr 2016 19:04:29 +0300 Subject: [PATCH] fix android-geth dependency Former-commit-id: 71f686520435121ab0b1462f26862aa36671cff8 --- android/app/build.gradle | 2 +- android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9f152c2e9b..272a943769 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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"]) } diff --git a/android/build.gradle b/android/build.gradle index f05bf1a9b7..038456b6b5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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" } } }