Commit 3bb3a26
authored
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.1 parent 29c223a commit 3bb3a26
File tree
1 file changed
+1
-1
lines changed- speech/grpc/src/main/java/com/examples/cloud/speech
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments