We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b314f9 commit cf22370Copy full SHA for cf22370
1 file changed
app/build.gradle
@@ -22,6 +22,10 @@ android {
22
sourceCompatibility JavaVersion.VERSION_1_8
23
}
24
namespace 'org.netdex.androidusbscript'
25
+ dependenciesInfo {
26
+ includeInApk = false
27
+ includeInBundle = false
28
+ }
29
30
31
dependencies {
0 commit comments