Skip to content

Commit 105a1ef

Browse files
author
Vadim Lopatin
committed
remove mips - it's not supported by NDKr17+
1 parent ac9f76e commit 105a1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
abi {
8282
enable true
8383
reset()
84-
include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a', 'mips', 'mips64' //select ABIs to build APKs for
84+
include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' //select ABIs to build APKs for
8585
universalApk true //generate an additional APK that contains all the ABIs
8686
}
8787
}

0 commit comments

Comments
 (0)