From 3b44625edc34ddaece3380b710e0e071f120ac79 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Tue, 9 Feb 2016 15:09:09 -0800 Subject: [PATCH] Removing the NDK section from our build.gradle file --- android/app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6ba639849..7f0b93263 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -9,10 +9,8 @@ android { targetSdkVersion 22 versionCode 1 versionName "1.0" - ndk { - abiFilters "armeabi-v7a", "x86" - } } + buildTypes { release { minifyEnabled false