mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-08 07:24:05 +08:00
bump up
This commit is contained in:
parent
7e93ccd9af
commit
6269999abc
@ -1,6 +1,11 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
Version 1.0.3 *(2015-02-05)*
|
||||
----------------------------
|
||||
|
||||
Bug fix
|
||||
|
||||
Version 1.0.2 *(2015-02-04)*
|
||||
----------------------------
|
||||
|
||||
|
@ -32,7 +32,7 @@ repositories {
|
||||
}
|
||||
|
||||
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'
|
||||
}
|
||||
```
|
||||
|
@ -53,7 +53,7 @@ def getKeyAliasPasswordProperty() {
|
||||
|
||||
dependencies {
|
||||
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 'com.android.support:appcompat-v7:21.+'
|
||||
compile 'com.android.support:recyclerview-v7:21.+'
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION_NAME=1.0.2
|
||||
VERSION_NAME=1.0.3
|
||||
VERSION_CODE=3
|
||||
GROUP=jp.wasabeef
|
||||
ARTIFACT_ID=glide-transformations
|
||||
|
Loading…
x
Reference in New Issue
Block a user