Skip to content

Commit

Permalink
Remove DependencyInfoBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
hufrea committed Nov 15, 2024
1 parent fade5c3 commit 71e1c07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ android {
buildFeatures {
viewBinding true
}

dependenciesInfo {
includeInApk = false
includeInBundle = false
}
}

dependencies {
Expand Down

0 comments on commit 71e1c07

Please sign in to comment.