Skip to content

Commit

Permalink
chore: Exclude META-INF/* resources in testCommon
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Jan 31, 2024
1 parent abd9bc8 commit 3276be1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testCommon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17
}

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

dependencies {
Expand Down

0 comments on commit 3276be1

Please sign in to comment.