Skip to content

Commit cf22370

Browse files
committed
build: disable dependencies info blob
1 parent 7b314f9 commit cf22370

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ android {
2222
sourceCompatibility JavaVersion.VERSION_1_8
2323
}
2424
namespace 'org.netdex.androidusbscript'
25+
dependenciesInfo {
26+
includeInApk = false
27+
includeInBundle = false
28+
}
2529
}
2630

2731
dependencies {

0 commit comments

Comments
 (0)