Skip to content

Commit

Permalink
[#578] Use packaging instead of packagingOptions which is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Aug 7, 2023
1 parent b744293 commit 710e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ android {
kotlinCompilerExtensionVersion = Versions.composeCompiler
}

packagingOptions {
packaging {
with(resources.excludes) {
add("/META-INF/{AL2.0,LGPL2.1}")
}
Expand Down

0 comments on commit 710e70d

Please sign in to comment.