mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 05:31:56 +00:00
Shrink snet APK, and prevent crashing
This commit is contained in:
@@ -16,12 +16,15 @@ android {
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'com.google.android.gms:play-services-safetynet:7.0.0' /* The oldest version */
|
||||
/* The oldest version */
|
||||
implementation('com.google.android.gms:play-services-safetynet:7.0.0') {
|
||||
exclude module: 'support-v4'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user