Skip to content

Commit d8a616a

Browse files
author
minhnq
committed
fix: fdroid deployment
1 parent 55a0a95 commit d8a616a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ android {
7575
compose = true
7676
}
7777

78+
// Keep it for FDroid deployment
79+
dependenciesInfo {
80+
// Disables dependency metadata when building APKs.
81+
includeInApk = false
82+
// Disables dependency metadata when building Android App Bundles.
83+
includeInBundle = false
84+
}
85+
7886
}
7987

8088
dependencies {

0 commit comments

Comments
 (0)