fdroid: disable DEPENDENCY_INFO_BLOCK
This commit is contained in:
parent
8c91f2d0dc
commit
991b0f21f5
@ -116,6 +116,12 @@ android {
|
||||
abortOnError = true
|
||||
targetSdk = libs.versions.target.sdk.get().toInt()
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user