Skip to content

Commit 2767600

Browse files
committed
[Feature] Update to AppCompat 1.6.0-rc01.
1 parent 0b8e5e4 commit 2767600

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation 'androidx.appcompat:appcompat:1.5.1'
26+
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
2727
implementation 'androidx.recyclerview:recyclerview:1.2.1'
2828
}
2929

library/src/main/java/me/zhanghai/android/fastscroll/AutoMirrorDrawable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
import android.view.View;
2424

2525
import androidx.annotation.NonNull;
26-
import androidx.appcompat.graphics.drawable.DrawableWrapper;
26+
import androidx.appcompat.graphics.drawable.DrawableWrapperCompat;
2727
import androidx.core.graphics.drawable.DrawableCompat;
2828

2929
@SuppressLint("RestrictedApi")
30-
class AutoMirrorDrawable extends DrawableWrapper {
30+
class AutoMirrorDrawable extends DrawableWrapperCompat {
3131

3232
public AutoMirrorDrawable(@NonNull Drawable drawable) {
3333
super(drawable);

0 commit comments

Comments
 (0)