Commit 0efeff01 authored by Mygod's avatar Mygod

Remove lintOptions

parent b3b150a5
......@@ -47,10 +47,6 @@ android {
}
ndkVersion '21.1.6210238'
lintOptions {
disable 'InvalidPackage'
}
}
androidExtensions {
......
......@@ -54,9 +54,6 @@ android {
}
sourceSets.main.jniLibs.srcDirs +=
new File(project(':core').buildDir, "intermediates/bundles/${getCurrentFlavor()}/jni")
lintOptions {
disable 'InvalidPackage'
}
}
androidExtensions {
......
......@@ -53,9 +53,6 @@ android {
}
sourceSets.main.jniLibs.srcDirs +=
new File(project(':core').buildDir, "intermediates/bundles/${getCurrentFlavor()}/jni")
lintOptions {
disable 'InvalidPackage'
}
}
dependencies {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment