1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.9.0-alpha01" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.0-alpha01)" variant="all" version="8.9.0-alpha01">
3
4    <issue
5        id="BanUncheckedReflection"
6        message="Method.invoke requires both an upper and lower SDK bounds checks to be safe, and the upper bound must be below SdkVersionInfo.HIGHEST_KNOWN_API."
7        errorLine1="            return get.invoke(c, ALIAS_BITSET_PROP_NAME) as String"
8        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="src/main/java/androidx/core/backported/fixes/SystemPropertyResolver.kt"/>
11    </issue>
12
13</issues>
14