We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9185a0 commit ced050aCopy full SHA for ced050a
library/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android'
3
-apply plugin: 'com.github.dcendents.android-maven'
4
-apply from: rootProject.file("dependencies.gradle")
+//apply plugin: 'com.github.dcendents.android-maven'
+apply from: rootProject.file("./lib-calendar/dependencies.gradle")
5
6
group='com.github.kizitonwose'
7
def artifact = 'CalendarView'
0 commit comments