1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-04 09:53:21 +08:00

fix: Blur transformation not working

This commit is contained in:
wasabeef
2015-01-20 23:34:47 +09:00
parent bf2eaadf2d
commit 3c3d2c0123
3 changed files with 39 additions and 17 deletions

View File

@@ -9,6 +9,8 @@ android {
targetSdkVersion TARGET_SDK_VERSION as int
versionCode VERSION_CODE as int
versionName VERSION_NAME
renderscriptTargetApi RENDERSCRIPT_TARGET_API as int
renderscriptSupportModeEnabled true
}
signingConfigs {