description = "maxkey-authentication-otp"


dependencies {
	//local jars
	compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
	
	compile project(":maxkey-common")
	compile project(":maxkey-core")
   
}