mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Refactor Utility methods and migrate to OkHttp (#179)
This commit is contained in:
parent
b2cf84b41f
commit
c07cf5fd1f
15 changed files with 276 additions and 390 deletions
|
@ -38,6 +38,9 @@ dependencies {
|
|||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||
implementation 'org.springframework.security:spring-security-crypto:5.6.1'
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.3"))
|
||||
implementation("com.squareup.okhttp3:okhttp")
|
||||
implementation("com.squareup.okhttp3:okhttp-brotli")
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue