mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-07-04 15:39:55 +08:00
Merge pull request #7 from Arkar-Aung/master
Fixed missing @ in gradle script
This commit is contained in:
commit
8f63c10eb9
@ -32,7 +32,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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'
|
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user