From adb5ffa8d04fa0de18c4f7cb8c2f693d8bf6dd04 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 14 Sep 2020 11:06:39 +0100 Subject: [PATCH] exclude x86_64 lib from build --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 45a23f7d..35cc8b5f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,6 +24,7 @@ android { packagingOptions { exclude 'META-INF/DEPENDENCIES' + exclude 'lib/x86_64/darwin/libscrypt.dylib' } productFlavors {