From ab01b6010ab3df44f2b0925fc1f71ad93239bbe8 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Tue, 30 Jul 2024 09:42:33 +0800 Subject: [PATCH] update example --- Example/testHotUpdate/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/testHotUpdate/android/app/build.gradle b/Example/testHotUpdate/android/app/build.gradle index d6885ed..5a32df9 100644 --- a/Example/testHotUpdate/android/app/build.gradle +++ b/Example/testHotUpdate/android/app/build.gradle @@ -94,7 +94,7 @@ apply from: "../../node_modules/react-native/react.gradle" * Upload all the APKs to the Play Store and people will download * the correct one based on the CPU architecture of their device. */ -def enableSeparateBuildPerCPUArchitecture = false +def enableSeparateBuildPerCPUArchitecture = true /** * Run Proguard to shrink the Java bytecode in release builds.