Skip to content

Commit a6f5eb0

Browse files
committed
build: exclude extra kotlin cruft from release build
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent c3c4cd0 commit a6f5eb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ android {
5555
if (keystorePropertiesFile.exists()) signingConfig signingConfigs.release
5656
minifyEnabled true
5757
proguardFiles "proguard-android-optimize.txt", "proguard-rules.pro"
58+
packagingOptions {
59+
exclude "DebugProbesKt.bin"
60+
exclude "kotlin-tooling-metadata.json"
61+
}
5862
}
5963
debug {
6064
applicationIdSuffix ".debug"

0 commit comments

Comments
 (0)