From 2ab2b2306dcf86c1782181ad845f12efaf92943e Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Tue, 11 Dec 2018 13:22:09 -0800 Subject: [PATCH] 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. --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 04bc4fe10..371b3e683 100644 --- a/build.gradle +++ b/build.gradle @@ -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()