Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8d4cd3e authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

chore: Ignore lint warning to upgrade gradle

parent 078eed48
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3,6 +3,11 @@
    <!-- IGNORES -->
    <issue id="InvalidPackage" severity="ignore" />

    <!-- Ignore newer version warning -->
    <issue id="AndroidGradlePluginVersion" severity="ignore" />
    <issue id="NewerVersionAvailable" severity="ignore" />
    <issue id="GradleDependency" severity="ignore" />

    <!-- Ignore long vector path warnings -->
    <issue id="VectorPath">
        <ignore path="app/src/main/res/drawable/widget_preview_image.xml" />