Last active
November 14, 2017 13:28
-
-
Save xinthink/7e735e96a6d0099983e075619355b788 to your computer and use it in GitHub Desktop.
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
| extra.deps { | |
| "support" { | |
| "appCompat"("com.android.support:appcompat-v7:26.0.2") | |
| "design"("com.android.support:design:26.0.2") | |
| } | |
| "picasso"("com.squareup.picasso:picasso:2.5.2") | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For article: Defining Dependencies in Gradle Kotlin DS