Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Jan 22, 2019
1 parent eb794d1 commit c54cfb1
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.3'
compile 'com.github.MFlisar.Lumberjack:lumberjack-library:3.0.4'
// modules (OPTIONAL)
compile 'com.github.MFlisar.Lumberjack:lumberjack-filelogger:3.0.3'
compile 'com.github.MFlisar.Lumberjack:lumberjack-filelogger:3.0.4'
// ALTERNATIVELY you can add ALL modules at once like following
// compile 'com.github.MFlisar:Lumberjack:3.0.3'
// compile 'com.github.MFlisar:Lumberjack:3.0.4'
}
```

Expand Down

0 comments on commit c54cfb1

Please sign in to comment.