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" } } }