updated artifactory url

This commit is contained in:
Adrian Tiberius 2016-09-26 09:59:40 +03:00
parent 87bb818866
commit ea9273569f
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" }
}
}