Skip to content

Commit c68547f

Browse files
Disable Google-encrypted dependency block
1 parent 6933598 commit c68547f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ android {
3434
viewBinding true
3535
}
3636

37+
// see https://android.izzysoft.de/articles/named/iod-scan-apkchecks#blobs
38+
dependenciesInfo {
39+
// Disables dependency metadata when building APKs.
40+
includeInApk = false
41+
// Disables dependency metadata when building Android App Bundles.
42+
includeInBundle = false
43+
}
44+
3745
compileOptions {
3846
sourceCompatibility JavaVersion.VERSION_1_8
3947
targetCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)