Skip to content

Commit

Permalink
chore: Exclude META-INF
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Jan 29, 2024
1 parent dd63b0c commit 8704494
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 @@ -97,6 +97,10 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}

packagingOptions {
resources.excludes.add("META-INF/*")
}
}

dependencies {
Expand Down

0 comments on commit 8704494

Please sign in to comment.