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:
Moritz Warning
2025-08-06 01:08:16 +02:00
committed by GitHub
parent 8bf2220cea
commit 1d1a91108e
5 changed files with 33 additions and 0 deletions
+7
View File
@@ -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