mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 18:45:28 +00:00
Disable shrinkResources due to buildtool bug
This commit is contained in:
parent
e0b4d1c1e4
commit
a161491bfd
@ -19,7 +19,7 @@ android {
|
|||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
shrinkResources true
|
shrinkResources false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -58,7 +58,6 @@ dependencies {
|
|||||||
implementation 'com.madgag.spongycastle:core:1.54.0.0'
|
implementation 'com.madgag.spongycastle:core:1.54.0.0'
|
||||||
implementation 'com.madgag.spongycastle:prov:1.54.0.0'
|
implementation 'com.madgag.spongycastle:prov:1.54.0.0'
|
||||||
implementation 'com.madgag.spongycastle:pkix:1.54.0.0'
|
implementation 'com.madgag.spongycastle:pkix:1.54.0.0'
|
||||||
implementation 'com.madgag.spongycastle:pg:1.54.0.0'
|
|
||||||
implementation 'com.google.android.gms:play-services-safetynet:9.0.1'
|
implementation 'com.google.android.gms:play-services-safetynet:9.0.1'
|
||||||
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
|
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
|
||||||
}
|
}
|
||||||
|
@ -20,3 +20,6 @@ org.gradle.parallel=true
|
|||||||
# When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property.
|
# When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property.
|
||||||
# The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
|
# The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
|
||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
|
|
||||||
|
# Enable AAPT2
|
||||||
|
android.enableAapt2=true
|
||||||
|
Loading…
Reference in New Issue
Block a user