Revert^2 "Update dagger2 lint baseline" am: 3c40099012 am: b3d11df06d

Original change: https://android-review.googlesource.com/c/platform/external/dagger2/+/1709776

Change-Id: Ife52c5989112bc5dabaa0ae4814f7affbdedb58a
diff --git a/lint-baseline.xml b/lint-baseline.xml
index cf790c2..147f137 100644
--- a/lint-baseline.xml
+++ b/lint-baseline.xml
@@ -7,8 +7,19 @@
         errorLine1="    } catch (ClassNotFoundException"
         errorLine2="             ^">
         <location
-            file="external/dagger2/java/dagger/hilt/android/internal/testing/TestApplicationComponentManager.java"
-            line="85"
+            file="external/dagger2/java/dagger/hilt/android/internal/testing/EarlySingletonComponentCreator.java"
+            line="33"
+            column="14"/>
+    </issue>
+
+    <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"
+        errorLine2="             ^">
+        <location
+            file="external/dagger2/java/dagger/hilt/android/internal/testing/TestComponentDataSupplier.java"
+            line="35"
             column="14"/>
     </issue>