Disable dependenciesInfo
This commit is contained in:
parent
8386d6ceb0
commit
c8937bf2c1
1 changed files with 7 additions and 0 deletions
|
|
@ -29,4 +29,11 @@ android {
|
|||
applicationId 'com.google.android.apps.photos'
|
||||
}
|
||||
}
|
||||
|
||||
// No benefit outside of Google Play, disabled for IzzyOnDroid
|
||||
// https://github.com/lukaspieper/Gcam-Services-Provider/issues/122#issuecomment-1930811074
|
||||
dependenciesInfo {
|
||||
includeInApk false
|
||||
includeInBundle false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue