添加tess-two依赖

This commit is contained in:
TonyJiangWJ 2020-08-05 22:16:11 +08:00
parent 0f15c8736a
commit 6dc0d0f53f

View File

@ -49,4 +49,5 @@ makeColorCenterJar.dependsOn(build)
dependencies {
api project(path: ':autojs')
testImplementation 'junit:junit:4.12'
implementation 'com.rmtheis:tess-two:9.1.0'
}