From 2daecb5df0f2a765eef184cf02244a629f378f39 Mon Sep 17 00:00:00 2001 From: office-pc nix root Date: Sat, 30 Nov 2024 14:50:44 +0800 Subject: [PATCH] fix #638 --- android/app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index b4afdf7f..6d06b66a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -56,6 +56,12 @@ if (keystorePropertiesFile.exists()) { android { compileSdkVersion 34 + dependenciesInfo { + // Disables dependency metadata when building APKs. + includeInApk = false + // Disables dependency metadata when building Android App Bundles. + includeInBundle = false + } lintOptions { checkReleaseBuilds false