We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b793273 commit 9630f5aCopy full SHA for 9630f5a
1 file changed
app/build.gradle
@@ -69,8 +69,8 @@ dependencies {
69
exclude group: 'com.android.support', module: 'support-annotations'
70
})
71
72
- //compile project(':easyrecyclerview')
73
- compile 'com.zhouyou:easyrecyclerview:1.0.1'
+ compile project(':easyrecyclerview')
+ //compile 'com.zhouyou:easyrecyclerview:1.0.1'
74
compile 'com.android.support.constraint:constraint-layout:1.0.2'
75
testCompile 'junit:junit:4.12'
76
}
0 commit comments