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

Verified Commit 310127db authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Disable 'InvalidPackage' lint

parent 29d8b8fb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ android {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_6
    }

    lintOptions {
        disable 'InvalidPackage'
    }
}

dependencies {
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ android {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_6
    }

    lintOptions {
        disable 'InvalidPackage'
    }
}

dependencies {