Migrate to AndroidX: Remove Jetifier Dependency #339
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, the package relies on
SupportNavigationFragment
andSupportMapFragment
, requiringJetifier
to be enabled for compatibility. Since the Navigation SDK for Android does not provide aNavigationFragment
, the package needs to be updated to useNavigationView
andMapView
instead of fragments to remove the dependency on support libraries and Jetifier.The text was updated successfully, but these errors were encountered: