This commit is contained in:
laoyuyu
2019-11-20 21:33:48 +08:00
parent 0765ab67f7
commit 1ee36e0bc1
15 changed files with 44 additions and 59 deletions

View File

@@ -29,5 +29,5 @@ dependencies {
implementation "com.jcraft:jsch:0.1.55"
implementation "com.jcraft:jzlib:1.1.3"
implementation project(path: ':FtpComponent')
compile project(path: ':PublicComponent')
implementation project(path: ':PublicComponent')
}