We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6933598 commit c68547fCopy full SHA for c68547f
app/build.gradle
@@ -34,6 +34,14 @@ android {
34
viewBinding true
35
}
36
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
+
45
compileOptions {
46
sourceCompatibility JavaVersion.VERSION_1_8
47
targetCompatibility JavaVersion.VERSION_1_8
0 commit comments