Skip to content

Instantly share code, notes, and snippets.

@Krylez-zz
Last active December 24, 2015 16:49
Show Gist options
  • Save Krylez-zz/6831180 to your computer and use it in GitHub Desktop.
Save Krylez-zz/6831180 to your computer and use it in GitHub Desktop.
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