1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-10 00:24:36 +08:00

bump up to 4.0.1

This commit is contained in:
wasabeef 2018-11-20 10:54:25 +09:00
parent d67f715c65
commit 9d4d7990d3
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Change Log
==========
Version 4.0.1 *(2018-11-20)*
----------------------------
Add:
- consumerProguardFiles setting
Version 4.0.0 *(2018-11-16)*
----------------------------

View File

@ -27,7 +27,7 @@ android.enableR8.fullMode=true
# transitive dependency references.
android.namespacedRClass=true
VERSION_NAME=4.0.0
VERSION_NAME=4.0.1
GROUP=jp.wasabeef
COMPILE_SDK_VERSION=28