Skip to content

Commit d7bd87e

Browse files
committed
updted the list of dependencies for the java client
1 parent 777c2ab commit d7bd87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ When you register a new account you are asked for an email address to send valid
109109
* JSON or [protobuf version 3](https://developers.google.com/protocol-buffers/) wire protocols.
110110
* Bindings for various programming languages:
111111
* Javascript with no external dependencies.
112-
* Java with dependencies on [Jackson](https://github.com/FasterXML/jackson) and [Java-Websocket](https://github.com/TooTallNate/Java-WebSocket). Suitable for Android but with no Android SDK dependencies.
112+
* Java with dependencies on [Jackson](https://github.com/FasterXML/jackson), [Java-Websocket](https://github.com/TooTallNate/Java-WebSocket), [ICU4J](https://github.com/unicode-org/icu). Suitable for Android but with no Android SDK dependencies.
113113
* Swift with no external dependencies.
114114
* C/C++, C#, Go, Python, PHP, Ruby and many other languages using [gRPC](https://grpc.io/docs/languages/).
115115
* Choice of a database backend. Other databases can be added by writing [adapters](server/db/adapter.go).

0 commit comments

Comments
 (0)