removed the encrypted dependencies block from the APK
This commit is contained in:
parent
30be73df6a
commit
d7635b37cd
1 changed files with 3 additions and 0 deletions
|
|
@ -113,6 +113,9 @@ android {
|
|||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
dependenciesInfo {
|
||||
includeInApk false
|
||||
}
|
||||
|
||||
flavorDimensions = ['app']
|
||||
productFlavors {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue