mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-03 00:10:15 +00:00
refact: [GRPC] downgrade android grpc version (#73)
* Revert "Fix an issue with the release yml (#58)"
This reverts commit 1707aebf0f.
* refact: [ANDROID] downgrade grpc version
* FloconLogger is mutable
* Update README.md
* fix grpc url
---------
Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
a97eb95f67
commit
fb21b729a3
5 changed files with 8 additions and 7 deletions
|
|
@ -340,10 +340,11 @@ Flocon.deeplinks(
|
|||
|
||||
Similar to network inteceptions, Flocon works with grpc
|
||||
|
||||
it works with `io.grpc:grpc-android` : https://github.com/grpc/grpc-java
|
||||
|
||||
⚠️ please ensure your version is at lease `1.70.0` ⚠️
|
||||
|
||||
[](https://search.maven.org/artifact/io.github.openflocon/flocon-grpc-interceptor)
|
||||
```
|
||||
debugImplementation("io.github.openflocon:flocon-grpc-interceptor:LAST_VERSION")
|
||||
```
|
||||
|
||||
```kotlin
|
||||
ManagedChannelBuilder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue