[#265] Update grpc version in demo app

This commit is contained in:
Carter Jernigan 2021-09-03 10:16:17 -04:00
parent fbf4b86662
commit a03e3e054f
1 changed files with 5 additions and 0 deletions

View File

@ -69,4 +69,9 @@ dependencies {
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation "io.grpc:grpc-android:1.39.0"
implementation "io.grpc:grpc-okhttp:1.39.0"
implementation "io.grpc:grpc-protobuf-lite:1.39.0"
implementation "io.grpc:grpc-stub:1.39.0"
}