From 5c7d6448f7e29c55deb1176b71331d5d73b83145 Mon Sep 17 00:00:00 2001 From: Adrian Tiberius Date: Mon, 26 Sep 2016 09:59:40 +0300 Subject: [PATCH] updated artifactory url Former-commit-id: ea9273569f61dbc067ca0284961388c134baa442 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5ab7181ea6..eb73d12235 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -19,7 +19,7 @@ allprojects { maven { url "$rootDir/../node_modules/react-native/android" } // for geth flatDir { dirs 'libs' } - maven { url "http://185.90.37.89:8081/artifactory/libs-release-local" } + maven { url "http://139.162.11.12:8081/artifactory/libs-release-local" } maven { url "https://jitpack.io" } } }