android: bump min Android SDK version to 19 (#8583)

As Google Play Service [discontinued updates for Jelly Bean (API levels 16, 17 & 18)](https://android-developers.googleblog.com/2021/07/google-play-services-discontinuing-jelly-bean.html).
This commit is contained in:
ZHANG Dapeng 2021-10-06 10:02:32 -07:00 committed by GitHub
parent fc57cad4ec
commit 2e84b0f20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ android {
defaultConfig {
applicationId "io.grpc.android.integrationtest"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 26
versionCode 1
versionName "1.0"

View File

@ -15,7 +15,7 @@ android {
compileSdkVersion 29
defaultConfig {
consumerProguardFiles "proguard-rules.txt"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"

View File

@ -29,7 +29,7 @@ android {
targetCompatibility 1.8
}
defaultConfig {
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"

View File

@ -15,7 +15,7 @@ repositories {
android {
compileSdkVersion 29
defaultConfig {
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"

View File

@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "io.grpc.helloworldexample"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.0"

View File

@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "io.grpc.routeguideexample"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.0"