Created
December 8, 2015 08:28
-
-
Save enginebai/6d694856b8baa1082954 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 fileTree(dir: 'libs', include: ['*.jar']) | |
compile project(':superRecyclerView') | |
compile 'com.android.support:appcompat-v7:22.0.0' | |
compile 'com.jakewharton:butterknife:6.1.0' | |
compile 'com.balysv:material-ripple:1.0.1' | |
compile 'com.squareup.picasso:picasso:2.5.2' | |
compile 'de.hdodenhof:circleimageview:1.2.2' | |
compile 'com.github.rey5137:material:1.0.0' | |
compile 'it.neokree:MaterialTabs:0.11' | |
compile 'com.loopj.android:android-async-http:1.4.6' | |
compile 'com.orhanobut:logger:1.4' | |
compile 'com.google.code.gson:gson:2.3.1' | |
compile 'com.github.castorflex.smoothprogressbar:library:1.0.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment