mirror of https://github.com/grpc/grpc-java.git
examples: match applicationId to AndroidManifest.xml package (#4075)
This commit is contained in:
parent
2f2881756f
commit
79bf7de927
|
@ -5,7 +5,7 @@ android {
|
|||
compileSdkVersion 27
|
||||
|
||||
defaultConfig {
|
||||
applicationId "io.grpc.android.clientcacheexample"
|
||||
applicationId "io.grpc.clientcacheexample"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
multiDexEnabled true
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue