Last active
December 24, 2015 16:49
-
-
Save Krylez-zz/6831180 to your computer and use it in GitHub Desktop.
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
repositories { | |
// Add the local repository | |
maven { url '../localrepo' } | |
} | |
dependencies { | |
// This is built from libraries in the 'compiled-libraries' | |
// Replace the old dependency with this | |
compile ('com.rileybrewer.mylib:mylib:1.0.+') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment