-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does play-services dependency introduce? #1945
Comments
Sorry to ask an already answered question, but I very much appreciate you consolidating this for me. I'll take a look. |
To be clear, I was able to install and use all [previously working] functionality. |
You do not have any google apps on your phone and you are able to use push messages, i.e. non-SMS transported messages? That would be really weird. |
No no, I mean it's working as it was from a build just a few months back, which still required you to have gapps to use the gateway/proxy, but didn't require the libs in the build itself (or something that appears this way). When I saw the new dependency, I thought that the built apk might not run on a system without gapps. I have built |
I've been compiling TextSecure for a while now, since @moxie0 has been nice enough to
gradle
it all together.Today, I noticed new requirements/dependencies for the
gradle
build for v2.1.8. It specifically calls forcom.google.android.gms:play-services:5.0.89
.As a gapp-less user, will this cause issues with installation? Am I doing something wrong that I need these dependencies? If they are now required, what potential issues does this raise?
Thanks
The text was updated successfully, but these errors were encountered: