File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencies {
7373 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
7474 implementation ' com.google.guava:guava:33.6.0-jre'
7575
76- implementation ' org.bouncycastle:bcpkix-jdk18on:1.84 '
76+ implementation ' org.bouncycastle:bcpkix-jdk18on:1.85 '
7777
7878 spotbugsPlugins ' com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
7979 spotbugsPlugins ' com.mebigfatguy.sb-contrib:sb-contrib:7.7.4'
@@ -173,7 +173,9 @@ android {
173173 packagingOptions {
174174 resources {
175175 excludes + = ' META-INF/versions/9/OSGI-INF/MANIFEST*'
176+ excludes + = ' META-INF/LICENSE.md'
176177 pickFirst ' MANIFEST.MF' // workaround for duplicated manifest on some dependencies
178+ pickFirst ' LICENSE.md' // workaround for duplicated manifest on some dependencies
177179 }
178180 }
179181
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ android {
3333 packagingOptions {
3434 resources {
3535 excludes + = ' META-INF/versions/9/OSGI-INF/MANIFEST*'
36+ excludes + = ' META-INF/LICENSE.md'
3637 pickFirst ' MANIFEST.MF' // workaround for duplicated manifest on some dependencies
38+ pickFirst ' LICENSE.md' // workaround for duplicated LICENSE.md on some dependencies
3739 }
3840 }
3941
You can’t perform that action at this time.
0 commit comments