mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-30 05:12:45 +08:00
bump up 2.0.1
This commit is contained in:
parent
9bea464afc
commit
f6540b111f
@ -1,6 +1,13 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
Version 2.0.1 *(2016-04-21)*
|
||||
----------------------------
|
||||
|
||||
Fix:
|
||||
[#35](https://github.com/wasabeef/glide-transformations/issues/35)
|
||||
RSInvalidStateException
|
||||
|
||||
Version 2.0.0 *(2016-03-02)*
|
||||
----------------------------
|
||||
|
||||
|
@ -33,7 +33,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'jp.wasabeef:glide-transformations:2.0.0'
|
||||
compile 'jp.wasabeef:glide-transformations:2.0.1'
|
||||
// If you want to use the GPU Filters
|
||||
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION_NAME=2.0.0
|
||||
VERSION_NAME=2.0.1
|
||||
GROUP=jp.wasabeef
|
||||
ARTIFACT_ID=glide-transformations
|
||||
|
||||
@ -21,6 +21,6 @@ POM_DEVELOPER_EMAIL=dadadada.chop@gmail.com
|
||||
POM_DEVELOPER_URL=wasabeef.jp
|
||||
ISSUE_URL=https://github.com/wasabeef/glide-transformations/issues
|
||||
|
||||
SUPPORT_PACKAGE_VERSION=23.1.1
|
||||
SUPPORT_PACKAGE_VERSION=23.2.1
|
||||
GLIDE_VERSION=3.7.0
|
||||
GPUIMAGE_VERSION=1.3.0
|
Loading…
x
Reference in New Issue
Block a user