Prefer a remote maven dependency over a local jar. Just because it makes your build easier keeps your SCM lighter, and lets you easily change versions.
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
dependencies { | |
compile "com.android.support:appcompat-v7:21.0.3" | |
compile "com.android.support:cardview-v7:21.0.3" | |
compile "com.android.support:recyclerview-v7:21.0.3" | |
compile "com.squareup.retrofit:retrofit:1.9.0" | |
} |
No comments:
Post a Comment