From b472a36a9a25e7e718d9a1341827c315ba2e6941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Mi=C5=9B?= Date: Mon, 17 Jul 2023 16:41:17 +0200 Subject: [PATCH] fix: buildfile syntax (#66) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patryk Miś --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9f3b88c46f..4e16551adb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -51,7 +51,7 @@ android { "kotlin/**.kotlin_builtins", "org/bouncycastle/pqc/**.properties", "org/bouncycastle/x509/**.properties", - } + )) jniLibs { useLegacyPackaging = true }