blazsolar / android-collapse-calendar-view

Android calendar view that can be toggled between week and month view.
MIT License
628 stars 205 forks source link

Dependency problem #7

Open ganddev opened 9 years ago

ganddev commented 9 years ago

Since I added your library to my gradle file I get the following warning with an error

Warning:Dependency commons-logging:commons-logging:1.1.1 is ignored for release as it may be conflicting with the internal version provided by Android.



> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/java'' finished with non-zero exit value 2 ```

Does anyone has a solution for that?
blazsolar commented 9 years ago

It seams that one of library dependencies is depending on commons-logging library. One solution would be to jarjardependencies and change package name of commons-logging library.

I'll try to look into it when I find some time.