Created
July 4, 2019 18:19
-
-
Save magdamiu/1c8e63216e2c495f50c3b5fefc81ff24 to your computer and use it in GitHub Desktop.
Add google() repository in order to use WorkManager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
allprojects { | |
repositories { | |
google() | |
jcenter() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment