Hi, I am migrating to v3.3.0 on Android and I get large binary files from netty project added to my package in resale mode. They don't seem to be related to Android at all
For now I am excluding them with
`packagingOptions{
excludes.add("META-INF/native/*")
}`
See this screenshot for the files.

AB#9229