Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Issue #2142: Add atomicfu.kotlin_module exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
psymoon authored and dnarcese committed May 2, 2019
1 parent 5d9520a commit e31e115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ android {
// See https://developer.android.com/jetpack/docs/release-notes#september_19_2018
packagingOptions {
exclude 'META-INF/proguard/androidx-annotations.pro'
// TODO: remove in https://github.com/mozilla-mobile/firefox-tv/issues/2153
exclude 'META-INF/atomicfu.kotlin_module'
}

// Required for GeckoARM configuration
Expand Down

0 comments on commit e31e115

Please sign in to comment.