File tree Expand file tree Collapse file tree
src/main/java/me/zhanghai/android/fastscroll Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
2323}
2424
2525dependencies {
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
Original file line number Diff line number Diff line change 2323import android .view .View ;
2424
2525import androidx .annotation .NonNull ;
26- import androidx .appcompat .graphics .drawable .DrawableWrapper ;
26+ import androidx .appcompat .graphics .drawable .DrawableWrapperCompat ;
2727import 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 );
You can’t perform that action at this time.
0 commit comments