Skip to content

Commit e69c679

Browse files
CopilotcodeAbinash
andauthored
Add NDK abiFilters to Android build configuration (#1)
Co-authored-by: codeAbinash <83173549+codeAbinash@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent b6d7ebd commit e69c679

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ android {
105105
targetSdkVersion rootProject.ext.targetSdkVersion
106106
versionCode 15
107107
versionName "1.5.1"
108+
ndk {
109+
abiFilters "arm64-v8a"
110+
}
108111
}
109112

110113
splits {

0 commit comments

Comments
 (0)