From 6794a7ac37b364313b46564f428d42dcc1f21b44 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 11 Aug 2022 10:16:29 +0200 Subject: [PATCH] Packaging: exclude some files --- app/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 45d6303bcf..bcc3aa5728 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -103,7 +103,9 @@ android { 'META-INF/LICENSE.gpl.txt', 'META-INF/LICENSE.commercial.txt', 'LICENSE-2.0.txt', - 'RELEASE.txt' + 'RELEASE.txt', + 'DebugProbesKt.bin', + 'font_metrics.properties' ] } }