Skip to content

Commit ced050a

Browse files
committed
캘린더뷰 추가 close kizitonwose#1
1 parent d9185a0 commit ced050a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
3-
apply plugin: 'com.github.dcendents.android-maven'
4-
apply from: rootProject.file("dependencies.gradle")
3+
//apply plugin: 'com.github.dcendents.android-maven'
4+
apply from: rootProject.file("./lib-calendar/dependencies.gradle")
55

66
group='com.github.kizitonwose'
77
def artifact = 'CalendarView'

0 commit comments

Comments
 (0)