Commit e1aabd70 authored by topjohnwu's avatar topjohnwu

Bump version 3.1

parent a9dc1b32
...@@ -8,14 +8,14 @@ android { ...@@ -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'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment