Julia McClellan | a631e8e | 2024-10-16 13:23:42 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="6" by="lint 8.8.0-alpha06" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha06)" variant="all" version="8.8.0-alpha06"> |
| 3 | |
| 4 | <issue |
| 5 | id="ObsoleteSdkInt" |
| 6 | message="Unnecessary; `SDK_INT` is always >= 26" |
| 7 | errorLine1=" check(Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="src/main/java/androidx/camera/camera2/pipe/compat/CaptureSessionWrapper.kt"/> |
| 11 | </issue> |
| 12 | |
| 13 | <issue |
| 14 | id="ObsoleteSdkInt" |
| 15 | message="Unnecessary; `SDK_INT` is always >= 24" |
| 16 | errorLine1=" check(Build.VERSION.SDK_INT >= Build.VERSION_CODES.N)" |
| 17 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 18 | <location |
| 19 | file="src/main/java/androidx/camera/camera2/pipe/compat/Configuration.kt"/> |
| 20 | </issue> |
| 21 | |
| 22 | </issues> |