updated artifactory url

Former-commit-id: ea9273569f
This commit is contained in:
Adrian Tiberius 2016-09-26 09:59:40 +03:00
parent 55ce9227f9
commit 5c7d6448f7
1 changed files with 1 additions and 1 deletions

View File

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