Remove dependency to commons-io

This commit is contained in:
XiangRongLin
2021-01-10 20:50:38 +01:00
parent 1ea6c6ce54
commit e82cb1efea
2 changed files with 7 additions and 5 deletions

View File

@@ -10,5 +10,4 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation "com.squareup.okhttp3:okhttp:3.12.11"
testImplementation 'com.google.code.gson:gson:2.8.6'
testImplementation 'commons-io:commons-io:2.8.0'
}