mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-08-10 05:49:37 +08:00
Fixed Proguard settings (#88)
* Issue #86 - Deleted a setting for DexGuard
This commit is contained in:
parent
f6cbe2722d
commit
970afc35fe
@ -1,6 +1,12 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 3.0.1 *(2017-09-08)*
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
Bug Fix:
|
||||||
|
- [Deleted a setting for DexGuard #86](https://github.com/wasabeef/glide-transformations/issues/86)
|
||||||
|
|
||||||
Version 3.0.0 *(2017-09-06)*
|
Version 3.0.0 *(2017-09-06)*
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'jp.wasabeef:glide-transformations:3.0.0'
|
compile 'jp.wasabeef:glide-transformations:3.0.1'
|
||||||
// If you want to use the GPU Filters
|
// If you want to use the GPU Filters
|
||||||
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1'
|
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1'
|
||||||
}
|
}
|
||||||
|
@ -29,6 +29,8 @@ android {
|
|||||||
debuggable false
|
debuggable false
|
||||||
zipAlignEnabled true
|
zipAlignEnabled true
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
|
minifyEnabled true
|
||||||
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
0
example/proguard-rules.pro
vendored
Normal file
0
example/proguard-rules.pro
vendored
Normal file
@ -1,4 +1,4 @@
|
|||||||
VERSION_NAME=3.0.0
|
VERSION_NAME=3.0.1
|
||||||
GROUP=jp.wasabeef
|
GROUP=jp.wasabeef
|
||||||
ARTIFACT_ID=glide-transformations
|
ARTIFACT_ID=glide-transformations
|
||||||
|
|
||||||
|
@ -6,6 +6,3 @@
|
|||||||
**[] $VALUES;
|
**[] $VALUES;
|
||||||
public *;
|
public *;
|
||||||
}
|
}
|
||||||
|
|
||||||
# for DexGuard only
|
|
||||||
-keepresourcexmlelements manifest/application/meta-data@value=GlideModule
|
|
Loading…
x
Reference in New Issue
Block a user