Disable DEPENDENCY_INFO_BLOCK
This commit is contained in:
parent
38ec6a16c6
commit
5a7f7efab8
@ -101,6 +101,12 @@ android {
|
|||||||
lint {
|
lint {
|
||||||
abortOnError = false
|
abortOnError = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependenciesInfo {
|
||||||
|
includeInApk = false
|
||||||
|
includeInBundle = false
|
||||||
|
}
|
||||||
|
|
||||||
namespace = "de.mm20.launcher2"
|
namespace = "de.mm20.launcher2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user