Skip to content

Commit 1a48dfb

Browse files
committed
1.更换library的根目录名
1 parent d141007 commit 1a48dfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ dependencies {
2828
implementation "com.android.support:design:$rootProject.supportVersion"
2929
implementation 'com.jakewharton:butterknife:8.8.1'
3030
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
31-
implementation project(':smoothappbarlayout')
31+
implementation project(':behavior')
3232
// implementation 'ckrjfrog.Refresh:CollapsingRefresh:1.0.1'
3333
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':smoothappbarlayout', ':smartrefresh'
1+
include ':app', ':behavior', ':smartrefresh'

0 commit comments

Comments
 (0)