diff --git a/app/build.gradle b/app/build.gradle index ccef93d..06d8370 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,5 +23,5 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22+' compile 'com.jakewharton:butterknife:+' - compile project(':Library') + compile project(':library') } diff --git a/settings.gradle b/settings.gradle index 0fa46f5..3306997 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':Library' +include ':app', ':library'