diff --git a/README.md b/README.md index ae33c6b..c33c36e 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,12 @@ Please feel free to use this. ```groovy repositories { jcenter() + mavenCentral() // GPUImage for Android } dependencies { - compile 'jp.wasabeef:glide-transformations:1.0.0' + compile 'jp.wasabeef:glide-transformations:1.0.1' + compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' } ``` diff --git a/build.gradle b/build.gradle index 33c9e38..27dac07 100644 --- a/build.gradle +++ b/build.gradle @@ -16,5 +16,6 @@ buildscript { allprojects { repositories { jcenter() + mavenCentral() } } diff --git a/example/build.gradle b/example/build.gradle index bdeff4c..245dbfb 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -53,6 +53,8 @@ def getKeyAliasPasswordProperty() { dependencies { compile project(':transformations') +// compile 'jp.wasabeef:glide-transformations:1.0.1' + compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' compile 'com.android.support:appcompat-v7:+' compile 'com.android.support:recyclerview-v7:21.+' compile 'com.github.bumptech.glide:glide:3.+' diff --git a/gradle.properties b/gradle.properties index 35ad388..6a90320 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.0 +VERSION_NAME=1.0.1 VERSION_CODE=3 GROUP=jp.wasabeef ARTIFACT_ID=glide-transformations diff --git a/transformations/build.gradle b/transformations/build.gradle index 97f5087..8ed02ad 100644 --- a/transformations/build.gradle +++ b/transformations/build.gradle @@ -17,6 +17,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.github.bumptech.glide:glide:3.4.0' + compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' } android.libraryVariants.all { variant -> diff --git a/transformations/libs/gpuimage-library1.2.3.jar b/transformations/libs/gpuimage-library1.2.3.jar deleted file mode 100644 index 8fb1a72..0000000 Binary files a/transformations/libs/gpuimage-library1.2.3.jar and /dev/null differ