mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Add missing dependency, fix some code for AOSP
This commit is contained in:
parent
bfe69c8347
commit
2648c647fc
3 changed files with 22 additions and 5 deletions
|
|
@ -3,4 +3,20 @@ android_library_import {
|
|||
aars: ["material-1.5.0.aar"],
|
||||
sdk_version: "current",
|
||||
min_sdk_version: "21",
|
||||
static_libs: [
|
||||
"androidx.annotation_annotation",
|
||||
"androidx.appcompat_appcompat",
|
||||
"androidx.cardview_cardview",
|
||||
"androidx.coordinatorlayout_coordinatorlayout",
|
||||
"androidx-constraintlayout_constraintlayout",
|
||||
"androidx.core_core",
|
||||
"androidx.dynamicanimation_dynamicanimation",
|
||||
"androidx.annotation_annotation-experimental",
|
||||
"androidx.fragment_fragment",
|
||||
"androidx.lifecycle_lifecycle-runtime",
|
||||
"androidx.recyclerview_recyclerview",
|
||||
"androidx.transition_transition",
|
||||
"androidx.vectordrawable_vectordrawable",
|
||||
"androidx.viewpager2_viewpager2",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue