Bump apiclient to version 0.7.5 to fix discovery issues.

This commit is contained in:
Niels van Velzen
2020-09-29 13:40:21 +02:00
parent 2f52b9d393
commit f40976affa
+1 -1
View File
@@ -26,7 +26,7 @@ object Dependencies {
const val modernAndroidPreferences = "1.1.0-alpha3"
// Network
const val apiclient = "0.7.4"
const val apiclient = "0.7.5"
const val okHttp = "4.8.0"
const val coil = "1.0.0-rc2"