From ffb79c2bbbe5b3e303bed3da198ae09658111b80 Mon Sep 17 00:00:00 2001 From: VishnuSanal Date: Sun, 4 Aug 2024 17:10:05 +0530 Subject: [PATCH] [#133] fix dependency issue --- app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 1e3fb8e..b3ce339 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,6 +34,12 @@ android { abortOnError false } namespace 'phone.vishnu.quotes' + + // https://github.com/VishnuSanal/Quotes/issues/133 + dependenciesInfo { + includeInApk = false + includeInBundle = false + } } // https://gist.github.com/KenVanHoeylandt/c7a928426bce83ffab400ab1fd99054a?permalink_comment_id=4032669#gistcomment-4032669