mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 23:25:19 +00:00
f-droid: add metadata folder (#134)
* add fastlane metadata for f-droid and gplay * remove google signing block Needed to be removed for F-Droid. See https://gitlab.com/fdroid/admin/-/issues/367
This commit is contained in:
@@ -22,6 +22,13 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
// Disables dependency metadata when building APKs.
|
||||
includeInApk = false
|
||||
// Disables dependency metadata when building Android App Bundles.
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
isMinifyEnabled = true
|
||||
|
||||
Reference in New Issue
Block a user