-
-
Save cinohub/cdd52d3201b8631becfa0788cd1d08da 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
//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