1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-09 16:14:09 +08:00
This commit is contained in:
wasabeef 2015-02-04 01:00:50 +09:00
parent 7e93ccd9af
commit 6269999abc
4 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,11 @@
Change Log Change Log
========== ==========
Version 1.0.3 *(2015-02-05)*
----------------------------
Bug fix
Version 1.0.2 *(2015-02-04)* Version 1.0.2 *(2015-02-04)*
---------------------------- ----------------------------

View File

@ -32,7 +32,7 @@ repositories {
} }
dependencies { dependencies {
compile 'jp.wasabeef:glide-transformations:1.0.2@aar' compile 'jp.wasabeef:glide-transformations:1.0.3@aar'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar' compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar'
} }
``` ```

View File

@ -53,7 +53,7 @@ def getKeyAliasPasswordProperty() {
dependencies { dependencies {
compile project(':transformations') compile project(':transformations')
// compile 'jp.wasabeef:glide-transformations:1.0.2' // compile 'jp.wasabeef:glide-transformations:1.0.3'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
compile 'com.android.support:appcompat-v7:21.+' compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.support:recyclerview-v7:21.+' compile 'com.android.support:recyclerview-v7:21.+'

View File

@ -1,4 +1,4 @@
VERSION_NAME=1.0.2 VERSION_NAME=1.0.3
VERSION_CODE=3 VERSION_CODE=3
GROUP=jp.wasabeef GROUP=jp.wasabeef
ARTIFACT_ID=glide-transformations ARTIFACT_ID=glide-transformations