mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-08-10 22:09:38 +08:00
Merge pull request #19 from satorufujiwara/feature/provided_gpuimage
Change gpuimage's scope to provided.
This commit is contained in:
commit
23b623c882
@ -16,7 +16,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "com.github.bumptech.glide:glide:${GLIDE_VERSION}"
|
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 ->
|
android.libraryVariants.all { variant ->
|
||||||
@ -39,4 +39,4 @@ android.libraryVariants.all { variant ->
|
|||||||
|
|
||||||
apply from: 'android-artifacts.gradle'
|
apply from: 'android-artifacts.gradle'
|
||||||
apply from: 'central-publish.gradle'
|
apply from: 'central-publish.gradle'
|
||||||
apply from: 'bintray-publish.gradle'
|
apply from: 'bintray-publish.gradle'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user