Skip to content

Commit

Permalink
Merge pull request #163 from arkivanov/fix-packagingOptions-in-jetpac…
Browse files Browse the repository at this point in the history
…k-extensions-module

Fixed packagingOptions in extensions-compose-jetpack module
  • Loading branch information
arkivanov committed Jun 3, 2021
2 parents 9265746 + 8edd25c commit 224258c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
decompose_version = '0.2.5'
decompose_version = '0.2.6'
kotlin_version = "1.5.10"
junit_version = "4.13.2"
compose_kotlin_compiler_version = kotlin_version
Expand Down
4 changes: 3 additions & 1 deletion extensions-compose-jetpack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ android {
}

packagingOptions {
exclude 'META-INF/*'
pickFirst 'META-INF/AL2.0'
pickFirst 'META-INF/LGPL2.0'
pickFirst 'META-INF/LGPL2.1'
}
}

Expand Down

0 comments on commit 224258c

Please sign in to comment.