From c8937bf2c135f2d2c3fc143880b05ff9a5a9b7e0 Mon Sep 17 00:00:00 2001 From: Lukas Pieper <30661176+lukaspieper@users.noreply.github.com> Date: Sat, 24 Feb 2024 14:53:46 +0100 Subject: [PATCH] Disable dependenciesInfo --- app/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index d7c1e5f..ad3137a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 + } }