Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 902 Bytes

File metadata and controls

25 lines (20 loc) · 902 Bytes

Actions Status GitHub release (latest by date)

Logger Library Readme

Using:

Gradle:
Add the following to your build.gradle file.
Exchange the ?.?.? for the vertion you want to use.

project.ext {
version = "?.?.?" }
}
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile "com.github.KoosSA:Logger:${version}"
}