mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-10 09:05:10 +00:00
MagiskHide Fragment complete refactor
This commit is contained in:
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.0"
|
||||
buildToolsVersion "24.0.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.topjohnwu.magisk"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 25
|
||||
versionCode 6
|
||||
versionName "2.1"
|
||||
versionCode 7
|
||||
versionName "2.5"
|
||||
jackOptions {
|
||||
enabled true
|
||||
}
|
||||
@@ -24,6 +24,9 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
dexOptions {
|
||||
preDexLibraries = false
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
jcenter()
|
||||
|
||||
Reference in New Issue
Block a user