mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: FMRadio: Switch to lastest material lib
This commit is contained in:
parent
86b9b97e75
commit
bfe69c8347
3 changed files with 7 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ android_app {
|
|||
static_libs: [
|
||||
"androidx.core_core",
|
||||
"androidx.appcompat_appcompat",
|
||||
"com.google.android.material_material",
|
||||
"com.google.android.material_stable",
|
||||
"kotlinx_coroutines_android",
|
||||
],
|
||||
required: [
|
||||
|
|
|
|||
6
universal7885-common/apps/FMRadio/lib/Android.bp
Normal file
6
universal7885-common/apps/FMRadio/lib/Android.bp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
android_library_import {
|
||||
name: "com.google.android.material_stable",
|
||||
aars: ["material-1.5.0.aar"],
|
||||
sdk_version: "current",
|
||||
min_sdk_version: "21",
|
||||
}
|
||||
BIN
universal7885-common/apps/FMRadio/lib/material-1.5.0.aar
Normal file
BIN
universal7885-common/apps/FMRadio/lib/material-1.5.0.aar
Normal file
Binary file not shown.
Loading…
Reference in a new issue