Bump version 3.1

This commit is contained in:
topjohnwu 2017-01-11 20:31:42 +08:00
parent a9dc1b32e0
commit e1aabd70e8

View File

@ -8,14 +8,14 @@ android {
applicationId "com.topjohnwu.magisk" applicationId "com.topjohnwu.magisk"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 25 targetSdkVersion 25
versionCode 11 versionCode 12
versionName "3.0" versionName "3.1"
jackOptions { jackOptions {
enabled true enabled true
} }
ndk { ndk {
moduleName 'zipadjust' moduleName 'zipadjust'
abiFilters 'x86', 'x86_64', 'armeabi', 'arm64-v8a' abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
} }
} }