Fix crashing when installing modules

This commit is contained in:
topjohnwu
2017-07-15 01:22:00 +08:00
parent 4dc9419d2e
commit bcdface60d
5 changed files with 14 additions and 17 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 26
versionCode 45
versionName "5.0.5"
versionCode 46
versionName "5.0.6"
ndk {
moduleName 'zipadjust'
abiFilters 'x86', 'armeabi-v7a'