Skip to content

Commit 803c227

Browse files
committed
debug: build for armeabi-v7a arch as well
1 parent 55be202 commit 803c227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ KEYSTORE_KEY_PASSWORD=password
4242
# By default we build a mostly universal APK
4343
ANDROID_ABI_SPLIT=false
4444
# Some platforms are excluded though
45-
ANDROID_ABI_INCLUDE=arm64-v8a;x86
45+
ANDROID_ABI_INCLUDE=armeabi-v7a;arm64-v8a;x86
4646

4747
org.gradle.jvmargs=-Xmx8704M
4848

0 commit comments

Comments
 (0)