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

Commit 3b44625

Browse files
committed
Removing the NDK section from our build.gradle file
1 parent c9254d9 commit 3b44625

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)