From 3b5047ecb9c3c8433a362ca34ff7d837fdf31994 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sun, 10 Jul 2022 17:54:50 +1000 Subject: [PATCH] cleanup example build.gradle --- example/android/app/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 978e4bb4..444f792d 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -55,15 +55,11 @@ android { buildTypes { release { - // TODO: Add your own signing config for the release build. - // Signing with the debug keys for now, so `flutter run --release` works. signingConfig signingConfigs.debug } } packagingOptions { - merge "**/libfilament-jni.so" - merge "**/libgltfio-jni.so" - merge "**/libfilament-utils-jni.so" + } aaptOptions { noCompress "ktx"