Skip to content

Commit

Permalink
TECH: resolve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Dec 28, 2023
1 parent 5eaefe3 commit 9d2bfcd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tutorial/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["clearPackageData"] = "true"
}

packagingOptions {
exclude("META-INF/LICENSE.md")
exclude("META-INF/LICENSE-notice.md")
packaging {
resources {
excludes.add("META-INF/LICENSE.md")
excludes.add("META-INF/LICENSE-notice.md")
}
}

testOptions {
Expand Down

0 comments on commit 9d2bfcd

Please sign in to comment.