Skip to content

Instantly share code, notes, and snippets.

@duongnv1996
Created March 29, 2018 01:34
Show Gist options
  • Save duongnv1996/cdd52d3201b8631becfa0788cd1d08da to your computer and use it in GitHub Desktop.
Save duongnv1996/cdd52d3201b8631becfa0788cd1d08da to your computer and use it in GitHub Desktop.
//UI
compile 'uk.co.chrisjenx:calligraphy:2.2.0'
compile 'com.android.support:appcompat-v7:26.+'
compile 'com.android.support:design:26.+'
compile 'com.google.android.gms:play-services-maps:10.2.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.github.armcha:ColoredShadowImageView:1.1.0'
compile 'com.wang.avi:library:2.1.3'
//UI
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.jakewharton:butterknife:8.6.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
compile 'de.hdodenhof:circleimageview:2.1.0'
//net
compile 'com.squareup.retrofit2:retrofit:2.2.0'
compile 'com.squareup.retrofit2:converter-gson:2.2.0'
//Utils
compile 'com.blankj:utilcode:1.5.1'
testCompile 'junit:junit:4.12'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment