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 18 forks source link

Fails to build when Proguard is enabled #2

Closed dogeri28 closed 6 years ago

dogeri28 commented 6 years ago

Hello,

Please can you verify that your library can be built with Proguard enabled, as when i comment the library my project builds fine with proguard, but when i then include the rxsocial login it doesnt.

Regards Sunny

WindSekirun commented 6 years ago

I updated proguard rules for sample application in here, but i can't check line and google login, so notify to me when build is failed.

++ addition, i will update README when you can build with RxSocialLogin library.

dogeri28 commented 6 years ago

Hi, The proguard rules seems to work, thanks a lot. sorry to get back late. Regards