mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-23 00:08:37 +00:00
Disable proguard
Picasso causes problems
This commit is contained in:
parent
6cedca058e
commit
ef2b490be0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
applicationVariants.all { variant ->
|
||||
setOutputFile(variant, defaultConfig)
|
||||
|
|
Loading…
Reference in a new issue