We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d141007 commit 1a48dfbCopy full SHA for 1a48dfb
app/build.gradle
@@ -28,6 +28,6 @@ dependencies {
28
implementation "com.android.support:design:$rootProject.supportVersion"
29
implementation 'com.jakewharton:butterknife:8.8.1'
30
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
31
- implementation project(':smoothappbarlayout')
+ implementation project(':behavior')
32
// implementation 'ckrjfrog.Refresh:CollapsingRefresh:1.0.1'
33
}
settings.gradle
@@ -1 +1 @@
1
-include ':app', ':smoothappbarlayout', ':smartrefresh'
+include ':app', ':behavior', ':smartrefresh'
0 commit comments