We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7de0ed commit c51e301Copy full SHA for c51e301
app/build.gradle
@@ -68,6 +68,8 @@ android {
68
lintOptions {
69
abortOnError true
70
checkReleaseBuilds false
71
+
72
+ warning 'InvalidPackage'
73
}
74
75
compileOptions {
0 commit comments