Fix extra signing block problem on Fdroid
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
pie
2026-04-29 23:07:37 +02:00
parent ca26daa3ee
commit 707e1295c5

View File

@@ -11,6 +11,13 @@ android {
version = release(36)
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
defaultConfig {
applicationId = "org.esiliati.repo.picostreaming.app"
minSdk = 24