Skip to content

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ android {
8888

8989
@Suppress("UnstableApiUsage")
9090
androidResources.generateLocaleConfig = true
91+
92+
// https://developer.android.com/build/dependencies#dependency-info-play
93+
// For RB in Fdroid. Don't know why Izzy doesn't need this.
94+
dependenciesInfo {
95+
includeInApk = false
96+
includeInBundle = false
97+
}
9198
}
9299

93100
dependencies {

0 commit comments

Comments
 (0)