We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2ee6a commit 043dbe5Copy full SHA for 043dbe5
UltimateRecyclerView/app/build.gradle
@@ -33,8 +33,8 @@ dependencies {
33
compile supportDependencies.cardView
34
35
36
- //compile project(':ultimaterecyclerview')
37
- compile 'com.marshalchen.ultimaterecyclerview:library:0.4.0'
+ compile project(':ultimaterecyclerview')
+ // compile 'com.marshalchen.ultimaterecyclerview:library:0.4.0'
38
compile 'com.google.android.gms:play-services:7.3.0'
39
debugCompile 'me.drakeet.library:crashwoodpecker:0.9.7'
40
releaseCompile 'me.drakeet.library:crashwoodpecker-do-nothing:0.9.7'
0 commit comments