Update disable method (requires Magisk v2)

This commit is contained in:
topjohnwu
2016-08-08 00:26:39 +08:00
parent 4752b0772f
commit b18b5c4f43
4 changed files with 131 additions and 99 deletions

View File

@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
buildToolsVersion "24.0.1"
defaultConfig {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}
buildTypes {
release {