From 9b7735f08ca63959eb2ed592b1620d0d9cbf0386 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Wed, 4 Dec 2024 16:35:53 -0800 Subject: [PATCH] afterEvaluate --- js/react_native/e2e/android/app/build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/js/react_native/e2e/android/app/build.gradle b/js/react_native/e2e/android/app/build.gradle index 46c46365f9e60..da378b171052c 100644 --- a/js/react_native/e2e/android/app/build.gradle +++ b/js/react_native/e2e/android/app/build.gradle @@ -84,15 +84,6 @@ project.ext.react = [ apply from: "../../node_modules/react-native/react.gradle" -// Fix a error was introduced in new version of gradle -afterEvaluate { - def architectures = ["arm64-v8a", "arm64-v7a", "x86", "x86_64"] - tasks.matching { it.name.startsWith("buildCMakeRelWithDebInfo") && it.name.contains(arch) }.all { task -> - tasks.named("bundleReleaseJsAndAssets") { - dependsOn(task) - } - } -} /** * Set this to true to create two separate APKs instead of one: * - An APK that only works on ARM devices