Last active
January 30, 2019 02:15
-
-
Save koral--/422fb712ce236a9e8795188b9b5880ec to your computer and use it in GitHub Desktop.
Build.gradle example
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
repositories { | |
mavenCentral() | |
jcenter() | |
gradlePluginPortal() | |
maven { url 'https://jitpack.io' } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment