diff --git a/example/build.gradle b/example/build.gradle index 686e26f..095a24c 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -15,5 +15,5 @@ android { } dependencies { - compile 'com.soundcloud.android:android-crop:0.9.9@aar' + compile project(':lib') }