Skip to content

Commit 9630f5a

Browse files
committed
修改版本引用
1 parent b793273 commit 9630f5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ dependencies {
6969
exclude group: 'com.android.support', module: 'support-annotations'
7070
})
7171

72-
//compile project(':easyrecyclerview')
73-
compile 'com.zhouyou:easyrecyclerview:1.0.1'
72+
compile project(':easyrecyclerview')
73+
//compile 'com.zhouyou:easyrecyclerview:1.0.1'
7474
compile 'com.android.support.constraint:constraint-layout:1.0.2'
7575
testCompile 'junit:junit:4.12'
7676
}

0 commit comments

Comments
 (0)