Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Exclude META-INF/atomicfu.kotlin_module in the files module
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Apr 18, 2019
1 parent 43ae14a commit ed23388
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ext.versions = [
minSdk : 16,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '2.7.0',
publishVersionCode : 240,
publishVersion : '2.8.0',
publishVersionCode : 241,

// Plugins
gradlePlugin : '3.4.0',
Expand Down
4 changes: 4 additions & 0 deletions files/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ android {
'src/main/res-public'
]
}

packagingOptions {
exclude 'META-INF/atomicfu.kotlin_module'
}
}

dependencies {
Expand Down

0 comments on commit ed23388

Please sign in to comment.