aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-04-03 19:07:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-04-04 15:14:28 +0200
commita6f5eb0dd2674f9285209a9f46e6e0f9ee15962e (patch)
tree6f8971e370dc2bf394893a28836587ea5e69b3ff /ui
parentui: don't play with status and navigation colors on old APIs (diff)
downloadwireguard-android-a6f5eb0dd2674f9285209a9f46e6e0f9ee15962e.tar.xz
wireguard-android-a6f5eb0dd2674f9285209a9f46e6e0f9ee15962e.zip
build: exclude extra kotlin cruft from release build
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/build.gradle b/ui/build.gradle
index f155951c..bd060a71 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -55,6 +55,10 @@ android {
if (keystorePropertiesFile.exists()) signingConfig signingConfigs.release
minifyEnabled true
proguardFiles "proguard-android-optimize.txt", "proguard-rules.pro"
+ packagingOptions {
+ exclude "DebugProbesKt.bin"
+ exclude "kotlin-tooling-metadata.json"
+ }
}
debug {
applicationIdSuffix ".debug"