Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Make sure jcenter is available to all modules
Browse files Browse the repository at this point in the history
Summary: Otherwise we cant pull new dependencies

Reviewed By: sjkirby

Differential Revision: D16340721

fbshipit-source-id: 512cefe25a05f79cdbae75289ede70d094fcf4ea
  • Loading branch information
xiphirx authored and facebook-github-bot committed Jul 17, 2019
1 parent 2ea4747 commit 18b8af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -14,6 +14,7 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
}
}

0 comments on commit 18b8af0

Please sign in to comment.