Skip to content

Commit

Permalink
[#133] fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Aug 4, 2024
1 parent 959ccdd commit ffb79c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffb79c2

Please sign in to comment.