Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Oct 24, 2023
1 parent deafad0 commit 0179d9d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,29 @@ A simple logger for JackWhartons [Timber](https://github.com/JakeWharton/timber)

**All features are splitted into separate modules, just include the modules you want to use!**

### Dependencies

| Dependency | Version |
|:-|-:|
| [Timber](https://github.com/JakeWharton/timber) | `4.7.1` |

### Gradle (via [JitPack.io](https://jitpack.io/))

1) add jitpack to your project's `build.gradle`:

```
```groovy
repositories {
maven { url "https://jitpack.io" }
}
```

2) add the compile statement to your module's `build.gradle`:

```
```groovy
dependencies {
// base module (NECESSARY)
implementation 'com.github.MFlisar.Lumberjack:lumberjack-library:<LATEST-VERSION>'
implementation 'com.github.MFlisar.Lumberjack:lumberjack-library:<LATEST-VERSION>'
// modules (OPTIONAL)
implementation 'com.github.MFlisar.Lumberjack:lumberjack-filelogger:<LATEST-VERSION>'
implementation 'com.github.MFlisar.Lumberjack:lumberjack-feedback:<LATEST-VERSION>'
Expand Down

0 comments on commit 0179d9d

Please sign in to comment.