diff options
-rw-r--r-- | Android.bp | 2 | ||||
-rw-r--r-- | src/com/android/deskclock/timer/TimerPagerAdapter.java | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp index 436c0d4bd..2e669fe1e 100644 --- a/Android.bp +++ b/Android.bp @@ -38,9 +38,7 @@ android_app { "androidx.percentlayout_percentlayout", "androidx.transition_transition", "androidx.core_core", - "androidx.legacy_legacy-support-core-ui", "androidx.media_media", - "androidx.legacy_legacy-support-v13", "androidx.preference_preference", "androidx.appcompat_appcompat", "androidx.gridlayout_gridlayout", diff --git a/src/com/android/deskclock/timer/TimerPagerAdapter.java b/src/com/android/deskclock/timer/TimerPagerAdapter.java index 8b258942c..f678866aa 100644 --- a/src/com/android/deskclock/timer/TimerPagerAdapter.java +++ b/src/com/android/deskclock/timer/TimerPagerAdapter.java @@ -23,7 +23,6 @@ import android.view.ViewGroup; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentTransaction; -import androidx.legacy.app.FragmentCompat; import androidx.viewpager.widget.PagerAdapter; import com.android.deskclock.data.DataModel; |