Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix typo in gradle ndk-config of abiFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesf committed May 8, 2018
1 parent c64cb4c commit 55746c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
}
x86 {
ndk {
abiFilter "x86"
abiFilters "x86"
}
}
}
Expand Down

0 comments on commit 55746c2

Please sign in to comment.