1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-04 09:53:21 +08:00
* update gradle wrapeer

* fix proguard settings

* update glide

* bump up 3.1.1
This commit is contained in:
Daichi Furiya
2018-02-13 16:32:10 +09:00
committed by GitHub
parent a5f7017f57
commit 9b00767304
8 changed files with 19 additions and 10 deletions

View File

@@ -28,9 +28,10 @@ android {
release {
debuggable false
zipAlignEnabled true
signingConfig signingConfigs.release
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
shrinkResources true
signingConfig signingConfigs.release
}
}
}