Fixed build issues caused by Google jcenter fiasco.

Google removed a bunch of binaries from jcenter that they shouldn't
have, breaking everyone's builds. So now we have manually add repos for
the missing binaries in the meantime.
This commit is contained in:
Greyson Parrelli 2018-12-11 13:22:09 -08:00
parent 3a7f01e16a
commit 2ab2b2306d

View File

@ -50,6 +50,9 @@ repositories {
maven { // textdrawable
url 'https://dl.bintray.com/amulyakhare/maven'
}
maven {
url 'https://dl.bintray.com/google/flexbox-layout/'
}
google()
jcenter()
mavenLocal()