Fix extra signing block problem on Fdroid
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user