Permalink
Browse files
Remove old workaround for broken Google deps
- Loading branch information...
Showing
with
0 additions
and
5 deletions.
-
+0
−5
build.gradle
|
@@ -41,11 +41,6 @@ subprojects { |
|
|
|
repositories { |
|
|
|
google() |
|
|
|
maven { url 'https://maven.fabric.io/public' } |
|
|
|
maven { |
|
|
|
// TODO remove once Google restores all the stuff they've nuked from JCenter :facepalm: |
|
|
|
// See https://issuetracker.google.com/issues/120759347#comment36 |
|
|
|
url "https://google.bintray.com/flexbox-layout" |
|
|
|
} |
|
|
|
mavenCentral() |
|
|
|
jcenter() |
|
|
|
maven { url 'https://jitpack.io' } |
|
|
0 comments on commit
03af57a