Disable dependenciesInfo

This commit is contained in:
Lukas Pieper 2024-02-24 14:53:46 +01:00
parent 8386d6ceb0
commit c8937bf2c1

View file

@ -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
}
}