Disable DEPENDENCY_INFO_BLOCK

This commit is contained in:
MM20 2024-03-26 21:52:43 +01:00
parent 38ec6a16c6
commit 5a7f7efab8
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -101,6 +101,12 @@ android {
lint {
abortOnError = false
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
namespace = "de.mm20.launcher2"
}