mirror of https://github.com/grpc/grpc-java.git
Update minimum Android API in README (#7265)
This commit is contained in:
parent
06ca927a64
commit
9eb33838ad
|
|
@ -2,8 +2,8 @@ gRPC-Java - An RPC library and framework
|
|||
========================================
|
||||
|
||||
gRPC-Java works with JDK 7. gRPC-Java clients are supported on Android API
|
||||
levels 14 and up (Ice Cream Sandwich and later). Deploying gRPC servers on an
|
||||
Android device is not supported.
|
||||
levels 16 and up (Jelly Bean and later). Deploying gRPC servers on an Android
|
||||
device is not supported.
|
||||
|
||||
TLS usage typically requires using Java 8, or Play Services Dynamic Security
|
||||
Provider on Android. Please see the [Security Readme](SECURITY.md).
|
||||
|
|
|
|||
Loading…
Reference in New Issue