copymanga : delete unnecessary lib (#5087)

copymanga : delete unnecessary lib
This commit is contained in:
rinshan-kaihou 2020-12-11 04:36:57 +08:00 committed by GitHub
parent 8e1fcc43f4
commit 26f6965f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,5 @@ apply from: "$rootDir/common.gradle"
dependencies {
compileOnly project(':duktape-stub')
implementation 'org.apache.commons:commons-text:1.8'
implementation 'com.luhuiguo:chinese-utils:1.0'
}