Skip to content

Instantly share code, notes, and snippets.

@eddieberklee
Last active July 6, 2017 16:15
Show Gist options
  • Save eddieberklee/dcb5606496f5bd0cbe12b55d2332661e to your computer and use it in GitHub Desktop.
Save eddieberklee/dcb5606496f5bd0cbe12b55d2332661e to your computer and use it in GitHub Desktop.
common dependencies
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.jakewharton:butterknife:8.6.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.okhttp3:okhttp:3.8.1'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.compscieddy:eddie-utils:0.8.9'
compile 'com.facebook.rebound:rebound:0.3.8'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment