googlemaps/android-maps-utils

Removing AppCompat dependency from SquareTextView

kikoso opened this issue ยท 1 comments

kikoso commented

Is your feature request related to a problem? Please describe.
SquareTextView currently relies on AppCompatImageView. At this point AppCompatImageView only provides support for background tint and vector drawables, which we probably do not need. On the other hand, this introduces an external dependency that can make it hard for third-party clients integrating android-maps-utils (see googlemaps/android-maps-compose#309)

Describe the solution you'd like
Remove AppCompat dependency from SquareTextView and keep the dependency just with TextView.

๐ŸŽ‰ This issue has been resolved in version 3.5.2 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€