Skip to content

Commit f829b8a

Browse files
committed
gradle: exclude version meta files in release build
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 838e0bd commit f829b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ android {
4141
resources {
4242
excludes += "DebugProbesKt.bin"
4343
excludes += "kotlin-tooling-metadata.json"
44+
excludes += "META-INF/*.version"
4445
}
4546
}
4647
}

0 commit comments

Comments
 (0)