1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-08 15:34:04 +08:00

Fixed missing @ in gradle script

This commit is contained in:
Arkar Aung 2015-03-26 15:11:33 +06:30
parent e0fb7c34e0
commit 6468276c50

View File

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