1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-29 21:02:47 +08:00

add consumerProguardFiles

This commit is contained in:
wasabeef 2018-11-20 10:52:45 +09:00
parent f09f073442
commit d67f715c65

View File

@ -9,6 +9,8 @@ android {
renderscriptTargetApi TARGET_SDK_VERSION as int
renderscriptSupportModeEnabled true
consumerProguardFiles 'proguard-rules.txt'
}
}