Skip to content

Commit eaeb093

Browse files
committed
Enable x86_64 and bump version code
1 parent 95a5009 commit eaeb093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ android {
1313
applicationId "com.termux"
1414
minSdkVersion 21
1515
targetSdkVersion 24
16-
versionCode 35
16+
versionCode 36
1717
versionName "0.35"
1818

1919
ndk {
2020
moduleName "libtermux"
21-
abiFilters "armeabi-v7a", "arm64-v8a", "x86"
21+
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
2222
cFlags "-std=c11 -Wall -Wextra -Os -fno-stack-protector -nostdlib -Wl,--gc-sections"
2323
}
2424
}

0 commit comments

Comments
 (0)