mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-12-22 18:30:02 +08:00
Fixed Proguard settings (#88)
* Issue #86 - Deleted a setting for DexGuard
This commit is contained in:
@@ -29,6 +29,8 @@ android {
|
||||
debuggable false
|
||||
zipAlignEnabled true
|
||||
signingConfig signingConfigs.release
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user