You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ nRF Logger is available for Android 4.1.* and newer.
11
11
The nRF Logger API library is available as *jar* or from jcenter and Maven Central repositories. For Android Studio, add the following dependency to your component's *gradle.build* file:
12
12
13
13
```Groovy
14
-
implementation 'no.nordicsemi.android:log:2.1.3'
14
+
implementation 'no.nordicsemi.android:log:2.2.0'
15
15
```
16
16
17
17
For easy integration with [Timber (4.7.1)](https://github.com/JakeWharton/timber), use this instead:
0 commit comments