Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 163 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 163 Bytes
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}


dependencies {
        compile 'com.github.BiAtoms:SQLiteManager:v1.1'
}