Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 772f60a

Browse files
committed
Merge pull request #191 from Microsoft/ndk_fix
Removing the NDK section from our build.gradle file
2 parents c9254d9 + 3b44625 commit 772f60a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

android/app/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ android {
99
targetSdkVersion 22
1010
versionCode 1
1111
versionName "1.0"
12-
ndk {
13-
abiFilters "armeabi-v7a", "x86"
14-
}
1512
}
13+
1614
buildTypes {
1715
release {
1816
minifyEnabled false

0 commit comments

Comments
 (0)