Skip to content

Commit

Permalink
fix packagingOptions exclude publicsuffixes.gz not working
Browse files Browse the repository at this point in the history
  • Loading branch information
eritpchy committed Nov 30, 2017
1 parent bafd291 commit 02de330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

packagingOptions {
exclude 'publicsuffixes.gz'
exclude '**/publicsuffixes.gz'
}

compileOptions {
Expand Down

0 comments on commit 02de330

Please sign in to comment.