Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Jan 18, 2019
1 parent 6c26dae commit 5f3f73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ repositories {
```groovy
dependencies {
// base module (NECESSARY)
compile 'com.github.MFlisar.Lumberjack:lumberjack-library:3.0.2'
compile 'com.github.MFlisar.Lumberjack:lumberjack-library:3.0.3'
// modules (OPTIONAL)
compile 'com.github.MFlisar.Lumberjack:lumberjack-filelogger:3.0.2'
compile 'com.github.MFlisar.Lumberjack:lumberjack-filelogger:3.0.3'
// ALTERNATIVELY you can add ALL modules at once like following
// compile 'com.github.MFlisar:Lumberjack:3.0.2'
// compile 'com.github.MFlisar:Lumberjack:3.0.3'
}
```

Expand Down

0 comments on commit 5f3f73a

Please sign in to comment.