Created
May 14, 2017 16:33
-
-
Save jasonwyatt/3ed895175a0ab278f97a08c85686a192 to your computer and use it in GitHub Desktop.
Android DebugPort 2.0 root build.gradle
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 { | |
jcenter() | |
maven { url "https://jitpack.io" } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment