You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google's play-services are non-free software, could you provide an easy to use build flavor without them? I tried stripping wear and play-services from build.gradle and settings.gradle, but didn't succeed.
The text was updated successfully, but these errors were encountered:
ill have a check on this when i get a chance, shouldn't be an issue, any particular reason you want to build it without play services? as i dont see any reason why it wouldn't run on a device without play services
Sigh.. seems I missed your reply for two years :/. It might run, but it will not build on hosts not serving the non-free Google Repository.
Edit: I had another look at it and the problem still exists. Even if there is a switch to build with and without play, the code still references play-services at all time, e.g. by import com.google.android.gms.common.api.GoogleApiClient.
Google's play-services are non-free software, could you provide an easy to use build flavor without them? I tried stripping wear and play-services from build.gradle and settings.gradle, but didn't succeed.
The text was updated successfully, but these errors were encountered: