Closed jia-tse-zocdoc closed 2 years ago
@jia-tse-zocdoc Thanks for reporting. This is due to a breaking change in Android 12. Our SDK fix to support Android 12 target will be released this week.
Hi @jaeopt , just wanted to follow up on this. I don't see a new release addressing this issue yet. The latest release is causing these crashes for our users.
@jia-tse-zocdoc we've been working on the fix for android-12 (PR-400), but it's not included in the last release yet. As a workaround, have you tried overriding with "implementation 'androidx.work:work-runtime:2.7.1'"?
@jaeopt - thanks for the workaround, that did the trick.
@jia-tse-zocdoc We released 3.13.2, which includes the fix to support Android 12 (target SDK 31+).
Hi, I'm getting this error on app launch, and this only happens when I'm targeting 31 and using one of the more recent releases. When I downgraded back to the previous version (3.8.0), there were no errors.