Bump version

This commit is contained in:
topjohnwu 2017-04-26 00:59:56 +08:00
parent 464fe627a3
commit 2b3bbf7e67
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 25
versionCode 28
versionName "4.3.1"
versionCode 30
versionName "4.3.2"
ndk {
moduleName 'zipadjust'
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'

View File

@ -1,6 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <zlib.h>
#include <string.h>
#include "zipadjust.h"
size_t insize = 0, outsize = 0, alloc = 0;