shobhitpuri / custom-google-signin-button

A custom SignInButton for Android that supports 'android:text' attribute, currently not supported by Google's original 'SignInButton'. This library also allows to set button theme to dark or light and is based on Google guidelines.
http://go.shobhitpuri.com/googlesignin
MIT License
78 stars 25 forks source link

AndroidX support #8

Closed vkotovv closed 4 years ago

vkotovv commented 5 years ago

Current version uses android.support.v7 classes of the Support Library. It would be great to provide a version with AndroidX support, so the users of the library could remove usage of Jetifier from the build.

mohsiniqbalcui commented 4 years ago

now fixed.

shobhitpuri commented 4 years ago

Closing the issue since the version 1.1.0 released supports AndroidX now.