Merge pull request #191 from Microsoft/ndk_fix

Removing the NDK section from our build.gradle file
This commit is contained in:
Jonathan Carter
2016-02-09 15:33:01 -08:00

View File

@@ -9,10 +9,8 @@ android {
targetSdkVersion 22
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}
buildTypes {
release {
minifyEnabled false