From e0b4d1c1e4889fdbd66cc3cb0d2a457ba8e4f693 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 16 Jun 2017 04:07:10 +0800 Subject: [PATCH] Bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9c115d9f5..747e4c0c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.topjohnwu.magisk" minSdkVersion 21 targetSdkVersion 26 - versionCode 41 - versionName "5.0.1" + versionCode 42 + versionName "5.0.2" ndk { moduleName 'zipadjust' abiFilters 'x86', 'armeabi-v7a'