diff --git a/build.gradle b/build.gradle index ea4fbdb4..dd90597a 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { apply plugin: 'com.android.library' dependencies { - compile project('SafeParcel') + compile project(':SafeParcel') } android {