mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 352 forks source link

facing issue with proguard #268

Closed ashishrajvanshi01 closed 5 years ago

ashishrajvanshi01 commented 5 years ago

When using this library and enabling proguard facing issue Cause: can't determine implemented interfaces of missing type com.google.android.gms.location.LocationListener when weaving type io.nlopez.smartlocation.location.providers.LocationGooglePlayServicesProvider when weaving classes when weaving when batch building BuildConfig[null] #Files=0 AopXmls=#0 [Xlint:cantFindType]

I have tried in proguard with below lines

-keep class com.google.android.gms.* { ; } -dontwarn com.google.android.gms.**