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

API cleanup for Async Volley stack ahead of 1.2.0 release. #398

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

jpd236
Copy link
Collaborator

@jpd236 jpd236 commented Feb 15, 2021

  • Add warning to new APIs noting that they are experimental and subject to change
  • Mark NetworkUtility as package-private since it should not be used externally
    (all methods were already package-private)

This unblocks a 1.2.0 release while permitting us to refine the API further
before we lock it down in a similar way to other Volley APIs.

See #181

- Add warning to new APIs noting that they are experimental and subject to change
- Mark NetworkUtility as package-private since it should not be used externally
  (all methods were already package-private)

This unblocks a 1.2.0 release while permitting us to refine the API further
before we lock it down in a similar way to other Volley APIs.

See google#181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants