Drop dependency upon apache's commons-io library

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-05-15 13:55:40 +05:30
parent f0c1074afd
commit 66d0f54ec9
6 changed files with 16 additions and 25 deletions

View File

@@ -128,7 +128,6 @@ dependencies {
implementation "com.google.protobuf:protobuf-javalite:3.22.3"
//Apache's Goodies
implementation "commons-io:commons-io:2.11.0"
implementation "org.apache.commons:commons-text:1.10.0"
//Google's Goodies