fix: missing mediarouter dependency
This commit is contained in:
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
@@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DesignSurface">
|
||||
<option name="filePathToZoomLevelMap">
|
||||
|
||||
@@ -86,6 +86,7 @@ dependencies {
|
||||
implementation 'androidx.room:room-runtime:2.8.4'
|
||||
implementation 'androidx.core:core-splashscreen:1.2.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.1'
|
||||
implementation 'androidx.mediarouter:mediarouter:1.8.1'
|
||||
|
||||
// Android Material
|
||||
implementation 'com.google.android.material:material:1.13.0'
|
||||
|
||||
@@ -1,17 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.13.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.1)" variant="all" version="8.13.1">
|
||||
|
||||
<issue
|
||||
id="MissingClass"
|
||||
message="Class referenced in the menu file, `androidx.mediarouter.app.MediaRouteActionProvider`, was not found in the project or the libraries"
|
||||
errorLine1=" app:actionProviderClass="androidx.mediarouter.app.MediaRouteActionProvider""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/menu/main_page_menu.xml"
|
||||
line="13"
|
||||
column="34"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="RecyclerView"
|
||||
message="Do not treat position as fixed; only use immediately and call `holder.getAdapterPosition()` to look it up later"
|
||||
|
||||
Reference in New Issue
Block a user