From 85cd176347c0e2118a6e80fdd806166b92d3d15a Mon Sep 17 00:00:00 2001 From: Sculas Date: Wed, 14 Sep 2022 23:22:18 +0200 Subject: [PATCH] chore: exclude aapt prebuilt (from apktool) --- android/app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4d0fbc4619..1414a9cc42 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -57,6 +57,10 @@ android { signingConfig signingConfigs.debug } } + + packagingOptions { + exclude '/prebuilt/**' + } } flutter {