diff --git a/README.md b/README.md index c33c36e..d5e79d6 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ repositories { } dependencies { - compile 'jp.wasabeef:glide-transformations:1.0.1' - compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' + compile 'jp.wasabeef:glide-transformations:1.0.1@aar' + compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar' } ```