WindSekirun / RxSocialLogin

An Android Library that provides social login for 15 platforms within by RxJava2, Kotlin and Firebase Authentication.
Apache License 2.0
125 stars 19 forks source link

Migrate to AndroidX #33

Closed WindSekirun closed 5 years ago

WindSekirun commented 5 years ago

Internally, I used RxSocialLogin works fine with AndroidX-migrated projects. so this can't be problem.

harshmittal2810 commented 5 years ago

With Android X its not working.

WindSekirun commented 5 years ago

In my project, androidx project is working well. I'll publish androidx version in tommorow.

harshmittal2810 commented 5 years ago

I got this error:

Error inflating class [com.google.android.material.textfield.TextInputLayout After implementing rxSocial

WindSekirun commented 5 years ago

Can you wait 20 minutes? I'm going to migrate the androidx to the snapshot build.

harshmittal2810 commented 5 years ago

AndroidX with material library: com.google.android.material:material

WindSekirun commented 5 years ago

Release as '1.2.0-androidx'.

implementation 'com.github.WindSekirun:RxSocialLogin:1.2.0-androidx'

I check build success when adding com.google.android.material:material:1.0.0-beta01. If it still does not build, please let me know. (It's late at night in my time zone(UTC+9), so it may take some time to answer.)

WindSekirun commented 5 years ago

Close cause inactivity