Created
January 2, 2018 11:14
-
-
Save alfianyusufabdullah/7ee816e3611bfa20ca223516f194ed7c to your computer and use it in GitHub Desktop.
medium - gradle1
This file contains hidden or 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() | |
maven { url 'https://jitpack.io' } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment