universal7885: FMRadio: Switch to lastest material lib

This commit is contained in:
Soo-Hwan Na 2022-02-28 13:21:30 +09:00 committed by roynatech2544
commit bfe69c8347
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 7 additions and 1 deletions

View file

@ -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: [

View 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",
}