| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.3.0 [11479570] " type="baseline" client="" dependencies="true" name="" variant="all" version="8.3.0 [11479570] "> |
| |
| |
| |
| <issue |
| id="OldTargetApi" |
| message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details." |
| errorLine1=" <uses-sdk android:minSdkVersion="24" android:targetSdkVersion="36" />" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="../../../flutter/shell/platform/android/AndroidManifest.xml" |
| line="8" |
| column="42"/> |
| </issue> |
| |
| <issue |
| id="ClickableViewAccessibility" |
| message="Custom view `FlutterView` overrides `onTouchEvent` but not `performClick`" |
| errorLine1=" public boolean onTouchEvent(@NonNull MotionEvent event) {" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterView.java" |
| line="966" |
| column="18"/> |
| </issue> |
| |
| </issues> |