Revision control
Copy as Markdown
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0">
<issue
id="GestureBackNavigation"
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX's backward compatible `OnBackPressedDispatcher`"
errorLine1=" override fun onBackPressed() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/reference/browser/BrowserActivity.kt"
line="77"
column="18"/>
</issue>
<issue
id="GestureBackNavigation"
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX's backward compatible `OnBackPressedDispatcher`"
errorLine1=" override fun onBackPressed() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/reference/browser/settings/SettingsActivity.kt"
line="48"
column="18"/>
</issue>
<issue
id="ObsoleteSdkInt"
message="This folder configuration (`v26`) is unnecessary; `minSdkVersion` is 26. Merge all the resources in this folder into `mipmap-anydpi`.">
<location
file="src/main/res/mipmap-anydpi-v26"/>
</issue>
<issue
id="MonochromeLauncherIcon"
message="The application adaptive icon is missing a monochrome tag"
errorLine1="<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">"
errorLine2="^">
<location
file="src/main/res/mipmap-anydpi-v26/ic_launcher.xml"
line="2"
column="1"/>
</issue>
<issue
id="MonochromeLauncherIcon"
message="The application adaptive roundIcon is missing a monochrome tag"
errorLine1="<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">"
errorLine2="^">
<location
file="src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml"
line="2"
column="1"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" <com.google.android.material.floatingactionbutton.FloatingActionButton"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_browser.xml"
line="69"
column="6"/>
</issue>
</issues>