From eaeb0930f46951099157c0c8715312cdc37efdfc Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 1 Aug 2016 01:47:51 +0200 Subject: [PATCH] Enable x86_64 and bump version code --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7bbb2276..f4f6598c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,12 +13,12 @@ android { applicationId "com.termux" minSdkVersion 21 targetSdkVersion 24 - versionCode 35 + versionCode 36 versionName "0.35" ndk { moduleName "libtermux" - abiFilters "armeabi-v7a", "arm64-v8a", "x86" + abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64" cFlags "-std=c11 -Wall -Wextra -Os -fno-stack-protector -nostdlib -Wl,--gc-sections" } }