Skip to content

Commit

Permalink
re-add packagingOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 18, 2023
1 parent a978aa3 commit 21123bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/patrol/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ android {
jvmTarget = "1.8"
}

//TODO verify
// packagingOptions {
// pickFirst "META-INF/INDEX.LIST"
// pickFirst "META-INF/io.netty.versions.properties"
// pickFirst "META-INF/DEPENDENCIES"
// }
// TODO: Find workaround
packagingOptions {
pickFirst "META-INF/INDEX.LIST"
pickFirst "META-INF/io.netty.versions.properties"
pickFirst "META-INF/DEPENDENCIES"
}

sourceSets {
main.java.srcDirs += "src/main/kotlin"
Expand Down

0 comments on commit 21123bb

Please sign in to comment.