You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may need to change the low-level grpc dependencies to support android:
implementation 'io.grpc:grpc-okhttp:1.54.0'
implementation 'io.grpc:grpc-protobuf-lite:1.54.0'
implementation 'io.grpc:grpc-stub:1.54.0'
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
Investigate the scope of this change.
The text was updated successfully, but these errors were encountered:
We may need to change the low-level grpc dependencies to support android:
implementation 'io.grpc:grpc-okhttp:1.54.0'
implementation 'io.grpc:grpc-protobuf-lite:1.54.0'
implementation 'io.grpc:grpc-stub:1.54.0'
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
Investigate the scope of this change.
The text was updated successfully, but these errors were encountered: