diff --git a/library/build.gradle b/library/build.gradle index bf4d889c..bb4c9978 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' -apply plugin: 'com.github.dcendents.android-maven' -apply from: rootProject.file("dependencies.gradle") +//apply plugin: 'com.github.dcendents.android-maven' +apply from: rootProject.file("./lib-calendar/dependencies.gradle") group='com.github.kizitonwose' def artifact = 'CalendarView'