From e1aabd70e82a15e07f8bf5adf35de7c293c57d94 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Wed, 11 Jan 2017 20:31:42 +0800 Subject: [PATCH] Bump version 3.1 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 86b59f22d..b3eb62c69 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,14 +8,14 @@ android { applicationId "com.topjohnwu.magisk" minSdkVersion 21 targetSdkVersion 25 - versionCode 11 - versionName "3.0" + versionCode 12 + versionName "3.1" jackOptions { enabled true } ndk { moduleName 'zipadjust' - abiFilters 'x86', 'x86_64', 'armeabi', 'arm64-v8a' + abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } }