Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 257 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 257 Bytes

TLog

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.Tedwuxt:TLog:1.0.1'
}