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

Commit 64793f06 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Disable lint error on missing translations

parent fd17154f
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ android {
    }
    lintOptions {
        lintConfig file("lint.xml")
        disable 'MissingTranslation'
    }
    defaultConfig {
        vectorDrawables.useSupportLibrary = true