allprojects {
	repositories {
		maven { 
			url 'https://jitpack.io' 
		}
	}
}

dependencies {
	implementation 'com.github.NeutrinosPlatform:scanlibrary:2.51'
}
