Fixes #2596
After refactor via https://github.com/microg/GmsCore/commit/3ccb5f456e7ee05bd3e445567194707b5b02fe0a the @SafeParcelable.Class annotation is still missing in com.google.firebase.dynamiclinks.internal.DynamicLinkData. Also the safe-parcelable process needs to be added to the gradle build file.
@mar-v-in When searching for "AbstractSafeParcelable" in the source tree I do see that there are more places where the annotation is missing. If you like, I might fix those with this PR too.
Fixes #2596 After refactor via https://github.com/microg/GmsCore/commit/3ccb5f456e7ee05bd3e445567194707b5b02fe0a the
@SafeParcelable.Class
annotation is still missing incom.google.firebase.dynamiclinks.internal.DynamicLinkData
. Also the safe-parcelable process needs to be added to the gradle build file. @mar-v-in When searching for "AbstractSafeParcelable" in the source tree I do see that there are more places where the annotation is missing. If you like, I might fix those with this PR too.best