Skip to content

Commit

Permalink
Merge pull request #191 from Microsoft/ndk_fix
Browse files Browse the repository at this point in the history
Removing the NDK section from our build.gradle file
  • Loading branch information
lostintangent committed Feb 9, 2016
2 parents c9254d9 + 3b44625 commit 772f60a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ android {
targetSdkVersion 22
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 772f60a

Please sign in to comment.