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:
Florent CHAMPIGNY 2025-08-08 11:45:19 +02:00 committed by GitHub
parent a97eb95f67
commit fb21b729a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 7 deletions

View file

@ -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` ⚠️
[![Maven Central](https://img.shields.io/maven-central/v/io.github.openflocon/flocon-grpc-interceptor.svg)](https://search.maven.org/artifact/io.github.openflocon/flocon-grpc-interceptor)
```
debugImplementation("io.github.openflocon:flocon-grpc-interceptor:LAST_VERSION")
```
```kotlin
ManagedChannelBuilder