Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
mmathieum committed Nov 28, 2024
1 parent 33514ed commit e486a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ android {

packagingOptions {
resources {
excludes += ['META-INF/DEPENDENCIES']
excludes += 'META-INF/DEPENDENCIES'
excludes += 'META-INF/INDEX.LIST'
}
}
}
Expand Down

0 comments on commit e486a39

Please sign in to comment.