Update apiclient to fix issues with server discovery

(cherry picked from commit 93739e0c53)
This commit is contained in:
Niels van Velzen
2020-10-09 18:49:24 +02:00
parent b8cd475b9b
commit df4a447ecf
+1 -1
View File
@@ -26,7 +26,7 @@ object Dependencies {
const val modernAndroidPreferences = "1.1.0-alpha3"
// Network
const val apiclient = "0.7.5"
const val apiclient = "0.7.6"
const val okHttp = "4.8.0"
const val coil = "1.0.0-rc2"