Skip to content

Commit 043dbe5

Browse files
committed
compile project(':ultimaterecyclerview')
1 parent 4f2ee6a commit 043dbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UltimateRecyclerView/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
compile supportDependencies.cardView
3434

3535

36-
//compile project(':ultimaterecyclerview')
37-
compile 'com.marshalchen.ultimaterecyclerview:library:0.4.0'
36+
compile project(':ultimaterecyclerview')
37+
// compile 'com.marshalchen.ultimaterecyclerview:library:0.4.0'
3838
compile 'com.google.android.gms:play-services:7.3.0'
3939
debugCompile 'me.drakeet.library:crashwoodpecker:0.9.7'
4040
releaseCompile 'me.drakeet.library:crashwoodpecker-do-nothing:0.9.7'

0 commit comments

Comments
 (0)