Fix build depedencies

This commit is contained in:
fekt
2024-11-18 17:52:51 +00:00
parent fb0d13dffb
commit b913dacebf
4 changed files with 8 additions and 4 deletions

View File

@@ -180,7 +180,10 @@ dependencies {
// Misc.
implementation Deps.Misc.LOTTIE
implementation Deps.Misc.CHIPS
implementation Deps.Misc.CHIPS, {
exclude module: 'ChipsLayoutManager'
}
implementation 'com.github.BelooS:ChipsLayoutManager:v0.3.7'
implementation Deps.Misc.Plugins.QR_SCANNER
// Tests