Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 217 Bytes
In your buid.gradle file add maven repository
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}


dependencies {
        implementation 'com.github.jahmad3534:TestLibary:1.1'
}