From ced050a50d84c4532aa7242e7fbd5bac7dcaa234 Mon Sep 17 00:00:00 2001 From: tatiana Date: Tue, 28 Jul 2020 01:04:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=98=EB=A6=B0=EB=8D=94=EB=B7=B0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20close=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'