File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Version 3.0 *(2016-12-11)*
5
5
----------------------------
6
6
7
7
* Updated to Timber 4.4.0
8
- * Update slf4j-timber to work with Timber 4.+
8
+ * Updated to SLF4J 1.7.21
9
9
10
10
11
11
Version 2.1 * (2015-09-01)*
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ slf4j-timber
7
7
Usage
8
8
-----
9
9
10
- Just put ` slf4j-timber ` , ` timber ` and ` slf4j-api ` (see note in Download) jars to
11
- your project and use ` slf4j ` like before:
10
+ Just put ` slf4j-timber ` , ` timber ` and ` slf4j-api ` (see note in Download)
11
+ artifacts to your project and use ` slf4j ` like before:
12
12
13
13
``` java
14
14
public class YourClass {
@@ -31,7 +31,7 @@ Download [the latest JAR][4] or grab via Maven:
31
31
<dependency >
32
32
<groupId >com.arcao</groupId >
33
33
<artifactId >slf4j-timber</artifactId >
34
- <version >2.1 </version >
34
+ <version >3.0 </version >
35
35
</dependency >
36
36
```
37
37
or Gradle:
@@ -47,7 +47,7 @@ Transitive dependencies by version
47
47
48
48
slf4j-timber | Timber | SLF4J
49
49
------------ | ------ | -----
50
- 3.0 | 3.1 .0 | 1.7.21
50
+ 3.0 | 4.4 .0 | 1.7.21
51
51
2.1 | 3.1.0 | 1.7.12
52
52
2.0 | 3.0.1 | 1.7.12
53
53
1.6 | 2.7.1 | 1.7.12
Original file line number Diff line number Diff line change 1
1
GROUP =com.arcao
2
- VERSION_NAME =3.0-SNAPSHOT
2
+ VERSION_NAME =3.0
3
3
4
4
POM_DESCRIPTION =SLF4J binding for Jake Wharton' s Timber logging library
5
5
You can’t perform that action at this time.
0 commit comments