Ref: do not re-invent the wheel, use existing lib

This commit is contained in:
Laurent Clouet
2024-12-28 13:55:44 +01:00
parent 00bb8b2b1e
commit 58bfec1221
2 changed files with 7 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.12.+'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.12.+'
implementation 'org.slf4j:slf4j-nop:1.7.36'
implementation 'commons-io:commons-io:2.11.0'
}
application {