Skip to content

Commit

Permalink
[Feature] Exclude more unneeded large resource files from Bouncy Castle.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Oct 1, 2023
1 parent bd9df0e commit 04cce72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ android {
useLegacyPackaging true
}
resources {
excludes += ['META-INF/DEPENDENCIES']
excludes += [
'META-INF/DEPENDENCIES',
'org/bouncycastle/pqc/crypto/picnic/*'
]
}
}
lint {
Expand Down

0 comments on commit 04cce72

Please sign in to comment.