renaming lib module to be consistent with artifact id

This commit is contained in:
bosphere
2017-01-20 09:59:41 +08:00
parent 181c7e4987
commit 305cfcf0c3
11 changed files with 10 additions and 4 deletions

View File

@@ -24,6 +24,6 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:recyclerview-v7:25.1.0'
compile 'com.android.support:gridlayout-v7:25.1.0'
compile project(':library')
compile project(':fadingedgelayout')
// compile 'com.github.bosphere.android-fadingedgelayout:fadingedgelayout:1.0.0'
}