Update README for Android API level (#8620)

We dropped support for Android API levels <19 in #8583
This commit is contained in:
ZHANG Dapeng 2021-10-20 17:56:53 -07:00 committed by GitHub
parent 1fe62dd417
commit 2e87cd6ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ gRPC-Java - An RPC library and framework
========================================
gRPC-Java works with JDK 7. gRPC-Java clients are supported on Android API
levels 16 and up (Jelly Bean and later). Deploying gRPC servers on an Android
levels 19 and up (KitKat and later). Deploying gRPC servers on an Android
device is not supported.
TLS usage typically requires using Java 8, or Play Services Dynamic Security