| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.3.0-alpha04" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha04)" variant="all" version="8.3.0-alpha04"> |
| |
| <issue |
| id="NewApi" |
| message="Class requires API level 33 (current min is 21): `ExternalOutputConfig`" |
| errorLine1=" (output as? OutputStream.Config.ExternalOutputConfig)?.output" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/graph/StreamGraphImpl.kt"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; SDK_INT is always >= 19" |
| errorLine1="@RequiresApi(Build.VERSION_CODES.KITKAT)" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/media/ImageWrapper.kt"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; SDK_INT is always >= 19" |
| errorLine1="@RequiresApi(Build.VERSION_CODES.KITKAT)" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/camera/camera2/pipe/media/OutputImage.kt"/> |
| </issue> |
| |
| </issues> |