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 ec85d6c commit e9d1142
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.0'
compile 'com.github.MFlisar.Lumberjack:lumberjack-library:3.0.1'
// modules (OPTIONAL)
compile 'com.github.MFlisar.Lumberjack:lumberjack-filelogger:3.0.0'
compile 'com.github.MFlisar.Lumberjack:lumberjack-filelogger:3.0.1'
// ALTERNATIVELY you can add ALL modules at once like following
// compile 'com.github.MFlisar:Lumberjack:3.0.0'
// compile 'com.github.MFlisar:Lumberjack:3.0.1'
}
```

Expand Down

0 comments on commit e9d1142

Please sign in to comment.