From 4dc9419d2e3159fc4e543a31ba9e31e91b345f6b Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 14 Jul 2017 02:31:29 +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 627c48e3d..a8a5f4a60 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.topjohnwu.magisk" minSdkVersion 21 targetSdkVersion 26 - versionCode 44 - versionName "5.0.4" + versionCode 45 + versionName "5.0.5" ndk { moduleName 'zipadjust' abiFilters 'x86', 'armeabi-v7a'