From 53dfb45ca268eae5b2f0373ab1afc4a4711ad344 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 17 Sep 2025 10:22:04 +0800 Subject: [PATCH] Update Android build configuration: change React Native architectures and bump version name to 1.81.4 --- Example/testHotUpdate/android/app/build.gradle | 2 +- Example/testHotUpdate/android/gradle.properties | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Example/testHotUpdate/android/app/build.gradle b/Example/testHotUpdate/android/app/build.gradle index 2c15623..a9b4317 100644 --- a/Example/testHotUpdate/android/app/build.gradle +++ b/Example/testHotUpdate/android/app/build.gradle @@ -81,7 +81,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "1.0" + versionName "1.81.4" } signingConfigs { debug { diff --git a/Example/testHotUpdate/android/gradle.properties b/Example/testHotUpdate/android/gradle.properties index 5e24e3a..fa3d5b2 100644 --- a/Example/testHotUpdate/android/gradle.properties +++ b/Example/testHotUpdate/android/gradle.properties @@ -25,7 +25,8 @@ android.useAndroidX=true # Use this property to specify which architecture you want to build. # You can also override it from the CLI using # ./gradlew -PreactNativeArchitectures=x86_64 -reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 +# reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 +reactNativeArchitectures=arm64-v8a # Use this property to enable support to the new architecture. # This will allow you to use TurboModules and the Fabric render in