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

Stop hardcoding Netty dependency so example works on Android. #326

Merged
merged 4 commits into from
Sep 1, 2016

Commits on Aug 12, 2016

  1. Stop hardcoding Netty dependency so example works on Android

    Using ManagedChannelBuilder allows GRPC to auto-detect the best transport for the runtime environment on which this code will run.
    louiscryan committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    3bb3a26 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Update AsyncRecognizeClient.java

    Louis Ryan committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    680c4b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    df2efd4 View commit details
    Browse the repository at this point in the history
  2. Remove references to missing methods and imports.

    The Netty imports are no longer used, so checkstyle was failing.
    tswast committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    4762ef0 View commit details
    Browse the repository at this point in the history