Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NightGoat authored Jul 24, 2021
1 parent 0e3f960 commit 63e12dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ class App: Application() {
}
}
```
Or if you can just turn it off:
`Kex.turnOffLogger()`

## How to add it:
* Step 1. Add the JitPack repository to your build file
Expand All @@ -57,6 +59,6 @@ Add it in your root build.gradle at the end of repositories:
* Step 2. Add the dependency
```
dependencies {
implementation 'com.github.nightgoat:kextensions:0.0.5'
implementation 'com.github.nightgoat:kextensions:0.0.8'
}
```

0 comments on commit 63e12dc

Please sign in to comment.