summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-03-19 21:15:17 +0100
committeryvesf <yvesf-git@xapek.org>2018-05-08 17:44:58 +0200
commit55746c2e01efc04bbf0f8412c6ddd51e8c18e7f9 (patch)
tree5a32bc00346939f23934d314bc431cf793102240
parentc64cb4c33f05476e8363ba70684805484c9f6bd8 (diff)
downloadandiodine-55746c2e01efc04bbf0f8412c6ddd51e8c18e7f9.tar.gz
andiodine-55746c2e01efc04bbf0f8412c6ddd51e8c18e7f9.zip
fix typo in gradle ndk-config of abiFilters
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 6b00b57..6697b78 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,7 +26,7 @@ android {
}
x86 {
ndk {
- abiFilter "x86"
+ abiFilters "x86"
}
}
}