Skip to content

Commit

Permalink
change dependencies (github #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Mar 2, 2024
1 parent 38e220a commit 082255b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ android
}
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
}

buildFeatures {
viewBinding true
}
Expand Down

0 comments on commit 082255b

Please sign in to comment.