Skip to content

BiAtoms/SQLiteManager

Repository files navigation

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


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