Skip to content

Commit 53609cc

Browse files
committed
add androidx support, version 1.0.8
1 parent 475843b commit 53609cc

6 files changed

Lines changed: 11 additions & 61 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ dependencies {
1818
compile 'com.github.todou:appbarspring:1.0.7'
1919
}
2020
```
21+
AndroidX
22+
23+
```groovy
24+
dependencies {
25+
compile 'com.github.todou:appbarspring:1.0.8'
26+
}
27+
```
2128
Usages
2229
====
2330
#### AppBarLayout-Spring

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
dependencies {
3131
implementation fileTree(dir: 'libs', include: ['*.jar'])
3232
implementation project(':appbarspring')
33-
implementation 'com.github.mmin18:realtimeblurview:1.0.4'
33+
implementation 'com.github.mmin18:realtimeblurview:1.2.1'
3434
implementation libs.appcompatV7
3535
implementation libs.design
3636

app/src/main/res/layout/activity_fling_fix_app_bar_layout.xml

Lines changed: 0 additions & 56 deletions
This file was deleted.

appbarspring/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
22
apply plugin: 'com.jfrog.bintray'
33
apply plugin: 'maven'
44

5-
version = '1.0.7'
5+
version = '1.0.8'
66

77
uploadArchives {
88
repositories {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<resources>
22
<string name="app_name">AppbarSpring</string>
33

4-
<string name="appbar_spring_behavior">android.support.design.widget.AppBarLayoutSpringBehavior</string>
5-
<string name="appbar_fling_fix_behavior">android.support.design.widget.AppBarFlingFixBehavior</string>
4+
<string name="appbar_spring_behavior">com.google.android.material.appbar.AppBarLayoutSpringBehavior</string>
65
</resources>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
android.enableJetifier=true
1+
android.enableJetifier=false
22
android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx1536m
44

0 commit comments

Comments
 (0)