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

Unverified Commit 5d4f6e42 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Change Lint warningsAsErrors to false to avoid build failure when a dependency is outdated

parent a0e6fd9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ internal fun CommonExtension<*, *, *, *, *>.configureSharedComposeConfig(
    }

    lint {
        warningsAsErrors = true
        warningsAsErrors = false
        abortOnError = true
    }