Bump NiceHttp as it's causing issues

This commit is contained in:
Luna712 2023-10-15 11:18:01 -06:00
parent 15ef933fec
commit c444a2f162

View file

@ -232,7 +232,7 @@ dependencies {
// Networking // Networking
// implementation("com.squareup.okhttp3:okhttp:4.9.2") // implementation("com.squareup.okhttp3:okhttp:4.9.2")
// implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.1") // implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.1")
implementation("com.github.Blatzar:NiceHttp:0.4.3") implementation("com.github.Blatzar:NiceHttp:0.4.4")
// To fix SSL fuckery on android 9 // To fix SSL fuckery on android 9
implementation("org.conscrypt:conscrypt-android:2.5.2") implementation("org.conscrypt:conscrypt-android:2.5.2")
// Util to skip the URI file fuckery 🙏 // Util to skip the URI file fuckery 🙏