Upgrade to glide 4 with progress listeners working. (#201)

This commit is contained in:
Dylan Vann
2018-05-10 02:40:04 -04:00
committed by GitHub
parent c458712c4a
commit f31a44fc07
12 changed files with 185 additions and 133 deletions
@@ -16,9 +16,6 @@ allprojects {
repositories {
mavenLocal()
jcenter()
maven {
url "https://maven.google.com"
}
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"