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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Dependencies
Streamlined dependencies management by removing the Gradle version catalogue.
Removed unused dependencies across all modules.
Upgraded what3words Android wrapper version to 3.1.23.
API changes
Added microphone method in W3WAutoSuggestEditText for custom microphone configuration. This allows you to pass custom configurations and fine-tune the microphone functionality according to your specific needs.
Extensibility: To offer more flexibility and enable easier customization, we have marked W3WAutoSuggestPicker as an open class. You can now extend and build upon its functionality to create even more tailored user experiences.