v4: change root switch method; massive refactor

This commit is contained in:
topjohnwu
2016-08-17 00:56:00 +08:00
parent b18b5c4f43
commit 7737c6aee1
7 changed files with 165 additions and 136 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 24
versionCode 2
versionName "1.1"
versionCode 3
versionName "v4"
}
buildTypes {
release {