Update minimum Android API in README (#7265)

This commit is contained in:
Eric Gribkoff 2020-07-29 14:55:24 -07:00 committed by GitHub
parent 06ca927a64
commit 9eb33838ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 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 levels 16 and up (Jelly Bean and later). Deploying gRPC servers on an Android
Android device is not supported. device is not supported.
TLS usage typically requires using Java 8, or Play Services Dynamic Security TLS usage typically requires using Java 8, or Play Services Dynamic Security
Provider on Android. Please see the [Security Readme](SECURITY.md). Provider on Android. Please see the [Security Readme](SECURITY.md).