Skip to content

Commit

Permalink
Merge pull request #475 from mjaakko/exclude_useless_files_from_package
Browse files Browse the repository at this point in the history
Exclude useless files from packaging
  • Loading branch information
mjaakko authored Feb 1, 2025
2 parents 0e6728e + 1483904 commit c0417ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ android {
packagingOptions {
resources {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
//We don't use these codec - they are probably pulled in with some library
excludes += '**/apache/**/codec/**/*'
//No need for beacon distance models used by Android Beacon Library
excludes += '**/model-distance-calculations.json'
}
}

Expand Down

0 comments on commit c0417ea

Please sign in to comment.