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

Change gpuimage's scope to provided.

This commit is contained in:
fujiwara-satoru 2015-09-14 20:54:40 +09:00
parent 6ebfdbe581
commit eed7b944e5

View File

@ -16,7 +16,7 @@ android {
dependencies {
compile "com.github.bumptech.glide:glide:${GLIDE_VERSION}"
compile "jp.co.cyberagent.android.gpuimage:gpuimage-library:${GPUIMAGE_VERSION}"
provided "jp.co.cyberagent.android.gpuimage:gpuimage-library:${GPUIMAGE_VERSION}"
}
android.libraryVariants.all { variant ->
@ -39,4 +39,4 @@ android.libraryVariants.all { variant ->
apply from: 'android-artifacts.gradle'
apply from: 'central-publish.gradle'
apply from: 'bintray-publish.gradle'
apply from: 'bintray-publish.gradle'