Skip to content

Commit

Permalink
build: disable dependencies info blob
Browse files Browse the repository at this point in the history
  • Loading branch information
Netdex committed Feb 10, 2024
1 parent 7b314f9 commit cf22370
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
}
namespace 'org.netdex.androidusbscript'
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
}

dependencies {
Expand Down

0 comments on commit cf22370

Please sign in to comment.