Skip to content

Commit

Permalink
fix: exclude all META-INF.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Nov 7, 2023
1 parent f3ce4d8 commit 64ef051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
}

packaging {
resources.excludes += "META-INF/beans.xml"
resources.excludes += "META-INF/**"
}
}

Expand Down

0 comments on commit 64ef051

Please sign in to comment.