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