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

Unverified Commit 94e9d701 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Fix linter complaining about missing translations

parent cfe9a3ea
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -47,6 +47,10 @@ android {
        main.java.srcDirs += 'src/main/kotlin'
    }

    lintOptions {
        disable 'MissingTranslation'
    }

    compileOptions {
        sourceCompatibility = 1.8
        targetCompatibility = 1.8
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ android {
        targetSdkVersion androidTargetSdk
    }

    lintOptions {
        disable 'MissingTranslation'
    }

    compileOptions {
        sourceCompatibility = 1.8
        targetCompatibility = 1.8