1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-22 18:30:02 +08:00
This commit is contained in:
wasabeef
2015-07-18 00:18:08 +09:00
parent 79e975d490
commit e9d2c6d209
6 changed files with 15 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ repositories {
}
dependencies {
compile 'jp.wasabeef:glide-transformations:1.0.6@aar'
compile 'jp.wasabeef:glide-transformations:1.0.7@aar'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar'
}
```
@@ -67,7 +67,7 @@ android {
...
defaultConfig {
...
renderscriptTargetApi 21
renderscriptTargetApi 22
renderscriptSupportModeEnabled true
}
}