1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-08 15:34:04 +08:00
This commit is contained in:
wasabeef 2015-02-03 22:59:48 +09:00
parent a5487ade83
commit 1534573e8f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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