build.gradle 355 字节
Newer Older
M
MaxKey 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14

description = "maxkey-authentication-sms"


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