gradle: exclude version meta files in release build

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2023-05-10 16:49:51 +02:00
parent 838e0bd6b0
commit f829b8abe0
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ android {
resources {
excludes += "DebugProbesKt.bin"
excludes += "kotlin-tooling-metadata.json"
excludes += "META-INF/*.version"
}
}
}