Created
March 22, 2018 00:41
-
-
Save ForceTower/e20a5e8af35b404bc446a7681a0f38d1 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
compile 'com.squareup.picasso:picasso:2.5.2' | |
compile 'com.google.code.gson:gson:2.8.2' | |
compile 'com.squareup.okhttp3:okhttp:3.9.0' | |
compile 'com.android.support:design:26.1.0' | |
implementation "android.arch.lifecycle:extensions:1.1.0" | |
implementation "android.arch.lifecycle:common-java8:1.1.0" | |
implementation "android.arch.persistence.room:runtime:1.0.0" | |
annotationProcessor "android.arch.persistence.room:compiler:1.0.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment