Skip to content

Commit d544ddf

Browse files
committed
Readme updated with version 2.4.0
1 parent 0286b7c commit d544ddf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nRF Logger Library
22

3-
[ ![Download](https://api.bintray.com/packages/nordic/android/no.nordicsemi.android%3Alog/images/download.svg) ](https://bintray.com/nordic/android/no.nordicsemi.android%3Alog/_latestVersion)
3+
[ ![Maven Central Version](https://img.shields.io/maven-central/v/no.nordicsemi.android/log)](https://central.sonatype.com/artifact/no.nordicsemi.android/log)
44

55
The library allows to easily create custom log entries from your application in the
66
[nRF Logger](https://play.google.com/store/apps/details?id=no.nordicsemi.android.log).
@@ -10,17 +10,17 @@ The logger may be used for debugging purposes, as LogCat is not always available
1010
nRF Logger is available for Android 4.2.* and newer.
1111

1212
### Usage
13-
The nRF Logger API library is available on JCenter and Maven Central repositories.
13+
The nRF Logger API library is available on Maven Central repositories.
1414
For Android Studio, add the following dependency to your component's *gradle.build* file:
1515

1616
```Groovy
17-
implementation 'no.nordicsemi.android:log:2.3.0'
17+
implementation 'no.nordicsemi.android:log:2.4.0'
1818
```
1919

20-
For easy integration with [Timber (4.7.1)](https://github.com/JakeWharton/timber), use this instead:
20+
For easy integration with [Timber (5.0.1)](https://github.com/JakeWharton/timber), use this instead:
2121

2222
```Groovy
23-
implementation 'no.nordicsemi.android:log-timber:2.3.0'
23+
implementation 'no.nordicsemi.android:log-timber:2.4.0'
2424
```
2525

2626
If your project is NOT migrated to AndroidX, use version 2.2.0.
@@ -39,7 +39,7 @@ APPLICATION level added in version 2.0 of the library.
3939

4040
### Timber integration
4141
After importing log-timber dependency, plant the
42-
[nRFLoggerTree](https://github.com/NordicSemiconductor/nRF-Logger-API/blob/master/log-timber/src/main/java/no/nordicsemi/android/log/timber/nRFLoggerTree.java),
42+
[nRFLoggerTree](https://github.com/NordicSemiconductor/nRF-Logger-API/blob/main/log-timber/src/main/java/no/nordicsemi/android/log/timber/nRFLoggerTree.java),
4343
as described on [Timber](https://github.com/JakeWharton/timber) website.
4444

4545
#### Important

0 commit comments

Comments
 (0)