fdroid: disable DEPENDENCY_INFO_BLOCK

This commit is contained in:
Catfriend1 2025-08-04 14:11:05 +02:00
parent 8c91f2d0dc
commit 991b0f21f5

View File

@ -116,6 +116,12 @@ android {
abortOnError = true
targetSdk = libs.versions.target.sdk.get().toInt()
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
}
/**