diff --git a/build.gradle b/build.gradle index 186e070..35bec62 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/sample/build.gradle b/sample/build.gradle index 84cb837..df49048 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile project(':podslider') + compile project(':library') testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.3.0' } diff --git a/settings.gradle b/settings.gradle index 2a140bd..52baf7e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':sample', ':podslider' +include ':sample', ':library'