alamkanak / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
3.42k stars 1.23k forks source link

Android 9 Error in the ClipRect #539

Open julycarol opened 5 years ago

julycarol commented 5 years ago

Only INTERSECT and DIFFERENCE are valid Region.Op parameters.

Nikoloutsos commented 5 years ago

What is going on with this one?? I temporarily fixed it by setting the targetSDK to 27 but now google play asserts that every app must have an targetSDK greater or equal than 28.

Please if somebody knows how this can be solved, I would appreciate it!

AmineMessabhia commented 5 years ago

What is going on with this one?? I temporarily fixed it by setting the targetSDK to 27 but now google play asserts that every app must have an targetSDK greater or equal than 28.

Please if somebody knows how this can be solved, I would appreciate it!

Use @thellmund 's fork https://github.com/thellmund/Android-Week-View