Skip to content

Commit 53dfb45

Browse files
committed
Update Android build configuration: change React Native architectures and bump version name to 1.81.4
1 parent 4a62e89 commit 53dfb45

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Example/testHotUpdate/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
minSdkVersion rootProject.ext.minSdkVersion
8282
targetSdkVersion rootProject.ext.targetSdkVersion
8383
versionCode 1
84-
versionName "1.0"
84+
versionName "1.81.4"
8585
}
8686
signingConfigs {
8787
debug {

Example/testHotUpdate/android/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ android.useAndroidX=true
2525
# Use this property to specify which architecture you want to build.
2626
# You can also override it from the CLI using
2727
# ./gradlew <task> -PreactNativeArchitectures=x86_64
28-
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
28+
# reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
29+
reactNativeArchitectures=arm64-v8a
2930

3031
# Use this property to enable support to the new architecture.
3132
# This will allow you to use TurboModules and the Fabric render in

0 commit comments

Comments
 (0)