Skip to content

Commit

Permalink
added excludes to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewReitz committed May 27, 2015
1 parent 62bbd4f commit c4e2727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shillelagh-sample/shillelagh-sample.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ android {

packagingOptions {
exclude 'META-INF/INDEX.LIST'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
}
}

Expand Down
2 changes: 2 additions & 0 deletions shillelagh-tests/shillelagh-tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ android {

packagingOptions {
exclude 'META-INF/INDEX.LIST'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
}
}

Expand Down

0 comments on commit c4e2727

Please sign in to comment.