examples: match applicationId to AndroidManifest.xml package (#4075)

This commit is contained in:
Eric Gribkoff 2018-02-14 14:43:16 -08:00 committed by GitHub
parent 2f2881756f
commit 79bf7de927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ android {
compileSdkVersion 27
defaultConfig {
applicationId "io.grpc.android.clientcacheexample"
applicationId "io.grpc.clientcacheexample"
minSdkVersion 19
targetSdkVersion 27
multiDexEnabled true

View File

@ -5,7 +5,7 @@ android {
compileSdkVersion 27
defaultConfig {
applicationId "io.grpc.android.helloworldexample"
applicationId "io.grpc.helloworldexample"
// API level 14+ is required for TLS since Google Play Services v10.2
minSdkVersion 14
targetSdkVersion 27