Skip to content

Commit

Permalink
Update readme and changelog for 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Oct 14, 2024
1 parent 4d2ee31 commit 8553501
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 1.2 *(14-10-2024)*
----------------------------

* Update to SLF4J 2.0.16
* Update Kotlin to 2.0.21
* Accept null messages and format arguments in TimberLoggerAdapter

Version 1.0 *(27-06-2024)*
----------------------------

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
slf4j2-timber
============
[![Build Action](https://github.com/LionZXY/slf4j2-timber/actions/workflows/push.yml/badge.svg)](https://github.com/LionZXY/slf4j2-timber/actions/workflows/push.yml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/uk.kulikov/slf4j2-timber/badge.svg)](https://maven-badges.herokuapp.com/maven-central/uk.kulikov/slf4j2-timber) [![Apache License](http://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg)](http://choosealicense.com/licenses/apache-2.0/)
[![Build Action](https://github.com/LionZXY/slf4j2-timber/actions/workflows/push.yml/badge.svg)](https://github.com/LionZXY/slf4j2-timber/actions/workflows/push.yml) [![Apache License](http://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg)](http://choosealicense.com/licenses/apache-2.0/)

[SLF4J 2][1] binding for Jake Wharton's [Timber][2] Android logging library

Expand Down Expand Up @@ -46,20 +46,20 @@ Download [the latest AAR][4] or grab it via Maven:
<dependency>
<groupId>uk.kulikov</groupId>
<artifactId>slf4j2-timber</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```

or Gradle Kotlin DSL:

```kotlin
implementation("uk.kulikov:slf4j2-timber:1.1")
implementation("uk.kulikov:slf4j2-timber:1.2")
```

or Gradle Groovy:

```groovy
implementation 'uk.kulikov:slf4j2-timber:1.1'
implementation 'uk.kulikov:slf4j2-timber:1.2'
```

> Note: `timber` and `slf4j-api` are the transitive dependencies of `slf4j2-timber`,
Expand All @@ -70,6 +70,7 @@ Transitive dependencies by version

slf4j2-timber | Timber | SLF4J
---------------|--------|--------
1.2 | 5.0.1 | 2.0.16
1.0, 1.1 | 5.0.1 | 2.0.13

[1]: http://www.slf4j.org/
Expand Down

0 comments on commit 8553501

Please sign in to comment.