roboto-calendar-view
roboto-calendar-view copied to clipboard
Crash in version 3.6.1
The library works well in version 3.6.0, but in version 3.6.1, i faced a problem with xml and it makes my app crash.
Binary XML file line #135: Error inflating class com.marcohc.robotocalendar.RobotoCalendarView
Same problem here
Same problem here
Any Solution?
For me adding this to build.gradle worked :
android { .................................
compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }}
dependencies { ....................................
implementation 'io.github.inflationx:calligraphy3:3.1.1' implementation 'io.github.inflationx:viewpump:2.0.3' implementation 'uk.co.chrisjenx:calligraphy:2.3.0' implementation 'com.github.marcohc:robotocalendarview:3.6.1'}
@dophuhoang @martarodriguezm @swapnil591 @ideepdave