Skip to content

Instantly share code, notes, and snippets.

@lifuzu
Created December 12, 2013 05:52
Show Gist options
  • Save lifuzu/7923741 to your computer and use it in GitHub Desktop.
Save lifuzu/7923741 to your computer and use it in GitHub Desktop.
Get the latest version for dependency
//get the latest version like
compile "junit:junit:+"
//or better specify at least the major version like
compile "junit:junit:4.+"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment