File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed
Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 3.1 * (2018-11-07)*
5+ ----------------------------
6+
7+ * Updated to Timber 4.7.1
8+ * Updated to SLF4J 1.7.25
9+
10+
411Version 3.0 * (2016-12-11)*
512----------------------------
613
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ Download [the latest JAR][4] or grab via Maven:
3131<dependency >
3232 <groupId >com.arcao</groupId >
3333 <artifactId >slf4j-timber</artifactId >
34- <version >3.0 </version >
34+ <version >3.1 </version >
3535 <type >aar</type >
3636</dependency >
3737```
3838or Gradle:
3939``` groovy
40- implementation 'com.arcao:slf4j-timber:3.0 @aar'
40+ implementation 'com.arcao:slf4j-timber:3.1 @aar'
4141```
4242
4343> Note: ` timber ` and ` slf4j-api ` are the transitive dependencies of ` slf4j-timber ` ,
@@ -48,6 +48,7 @@ Transitive dependencies by version
4848
4949slf4j-timber | Timber | SLF4J
5050------------ | ------ | -----
51+ 3.1 | 4.7.1 | 1.7.25
51523.0 | 4.4.0 | 1.7.21
52532.1 | 3.1.0 | 1.7.12
53542.0 | 3.0.1 | 1.7.12
@@ -71,18 +72,18 @@ Maven:
7172<dependency >
7273 <groupId >org.slf4j</groupId >
7374 <artifactId >log4j-over-slf4j</artifactId >
74- <version >1.7.21 </version >
75+ <version >1.7.25 </version >
7576</dependency >
7677<dependency >
7778 <groupId >com.arcao</groupId >
7879 <artifactId >slf4j-timber</artifactId >
79- <version >3.0 </version >
80+ <version >3.1 </version >
8081</dependency >
8182```
8283or Gradle:
8384``` groovy
84- compile 'org.slf4j:log4j-over-slf4j:1.7.21 '
85- compile 'com.arcao:slf4j-timber:3.0 '
85+ compile 'org.slf4j:log4j-over-slf4j:1.7.25 '
86+ compile 'com.arcao:slf4j-timber:3.1 '
8687```
8788
8889Don't forget to exclude ` log4j ` transitive dependency from artifact which use
Original file line number Diff line number Diff line change 11GROUP =com.arcao
2- VERSION_NAME =3.1-SNAPSHOT
2+ VERSION_NAME =3.1
33
44POM_DESCRIPTION =SLF4J binding for Jake Wharton' s Timber logging library
55
You can’t perform that action at this time.
0 commit comments