Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to AndroidX: Remove Jetifier Dependency #339

Open
jokerttu opened this issue Nov 15, 2024 · 0 comments
Open

Migrate to AndroidX: Remove Jetifier Dependency #339

jokerttu opened this issue Nov 15, 2024 · 0 comments
Assignees
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.

Comments

@jokerttu
Copy link
Contributor

Currently, the package relies on SupportNavigationFragment and SupportMapFragment, requiring Jetifier to be enabled for compatibility. Since the Navigation SDK for Android does not provide a NavigationFragment, the package needs to be updated to use NavigationView and MapView instead of fragments to remove the dependency on support libraries and Jetifier.

@jokerttu jokerttu added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Nov 15, 2024
@jokerttu jokerttu self-assigned this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant