Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 166 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 166 Bytes
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
dependencies {
        implementation 'com.github.sengil:DebugHelper:v1.0.3'
}