Merge pull request #169 from nielsvanvelzen/discovery-crash-fix

Update apiclient to fix issues with server discovery
This commit is contained in:
Max Rumpf
2020-10-06 20:38:29 +02:00
committed by GitHub
+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"