Skip to content

Commit

Permalink
exclude protos from packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Jun 2, 2023
1 parent af2c0ba commit 08a3dd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ android {
}
}

packagingOptions {
resources {
excludes += "**/*.proto"
}
}
}

protobuf {
Expand Down

0 comments on commit 08a3dd6

Please sign in to comment.