blob: 20d81baf314609077addd9ad3394bce82aefbdbc [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.0.0-alpha05" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.0-alpha05)" variant="all" version="8.0.0-alpha05">
<issue
id="NewApi"
message="Multi-catch with these reflection exceptions requires API level 19 (current min is 14) because they get compiled to the common but new super type `ReflectiveOperationException`. As a workaround either create individual catch statements, or catch `Exception`."
errorLine1=" } catch (ClassNotFoundException | IllegalAccessException | InvocationTargetException"
errorLine2=" ^">
<location
file="src/main/java/androidx/webkit/WebViewCompat.java"/>
</issue>
</issues>