Dejan Dobnikar

Results 1 comments of Dejan Dobnikar

Ran into the same problem. For ``` implementation io.grpc:grpc-okhttp:1.32.1 implementation com.google.cloud:google-cloud-speech:1.24.0 ``` The following configuration works: ``` -keep class com.google.api.** { *; } -keep class io.grpc.** { *; } -keep...