You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Targeting SDK 33 resulted in a new deprecation warning, that getSerializable(String) in Bundle is now deprecated. However, it appears that the suggested replacement is only available in Android 33+, so this would break compatibility with older devices. Since this is a brand new deprecation in SDK 33, we probably have at least a couple years 🤞 before it actually gets removed, and there may be efforts to provide better backwards compatibility for it, so the best thing to do is probably to wait a bit and see if at some later point we can switch in a backwards-compatible way.
The text was updated successfully, but these errors were encountered:
Targeting SDK 33 resulted in a new deprecation warning, that
getSerializable(String)
in Bundle is now deprecated. However, it appears that the suggested replacement is only available in Android 33+, so this would break compatibility with older devices. Since this is a brand new deprecation in SDK 33, we probably have at least a couple years 🤞 before it actually gets removed, and there may be efforts to provide better backwards compatibility for it, so the best thing to do is probably to wait a bit and see if at some later point we can switch in a backwards-compatible way.The text was updated successfully, but these errors were encountered: