Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Oct 20, 2024
1 parent 28848f1 commit 2a35c40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ This is a **full logging library** with a build in way to log to **console**, **

The timber version depends on [`Timber 4.7.1`](https://github.com/JakeWharton/timber), [`SLF4J 2.0.7`](https://www.slf4j.org/) and [`logback-android`](https://github.com/tony19/logback-android), the lumberjack version does not depend on any external library.

## :exclamation: Forward Compatibility

I try to use as few experimental APIs as possible, but the `composeviewer` module does use `ExposedDropdownMenuBox` and `TopAppBar` which are still marked as experimental in material3 `1.3.0`. I will provide new versions as soon as possible if experimental APIs change or become stable.
> [!NOTE]
> I try to use as few experimental APIs as possible, but the `composeviewer` module does use `ExposedDropdownMenuBox` and `TopAppBar` which are still marked as experimental in material3 `1.3.0`. I will provide new versions as soon as possible if experimental APIs change or become stable.
## :elephant: Gradle

Expand Down

0 comments on commit 2a35c40

Please sign in to comment.