Skip to content

Commit f766235

Browse files
committed
ci: build Tester App only for arm64-v8a
1 parent 73af0d0 commit f766235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/TesterIntegrated/kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android.enableJetifier=true
1919
# Use this property to specify which architecture you want to build.
2020
# You can also override it from the CLI using
2121
# ./gradlew <task> -PreactNativeArchitectures=x86_64
22-
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
22+
reactNativeArchitectures=arm64-v8a
2323

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

0 commit comments

Comments
 (0)