Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
exclude META-INF in packaging resource
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Feb 15, 2023
1 parent 0e95bfb commit b030996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
packagingOptions {
resources.excludes.add("META-INF/*")
}
kotlinOptions.jvmTarget = "1.8"
buildFeatures.viewBinding = true
}
Expand Down

0 comments on commit b030996

Please sign in to comment.