Fix gradle

This commit is contained in:
mar-v-in 2015-01-25 01:19:43 +01:00
parent b82cd0aecc
commit 7e2f3b8f7b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ buildscript {
apply plugin: 'com.android.library'
dependencies {
compile project(':SafeParcel')
compile project('SafeParcel')
}
android {