Skip to content
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

HLAPI Android: Remove Guava dependencies #1393

Open
afandria opened this issue Jul 15, 2016 · 0 comments
Open

HLAPI Android: Remove Guava dependencies #1393

afandria opened this issue Jul 15, 2016 · 0 comments
Assignees

Comments

@afandria
Copy link

afandria commented Jul 15, 2016

ImmutableList, ImmutableMap, and SettableFuture are the most likely things that we should remove if possible. The goal is to reduce final binary size and because use of Guava is discouraged on Android.

Note: It might be impossible to complete this because we are built on the low-level Java API (for vom, at least), so part of this issue is to investigate whether it's even possible to do so.

@afandria afandria self-assigned this Jul 15, 2016
@afandria afandria added this to the Syncbase HLAPI Complete milestone Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant