Disable extra OkHttp logging

This commit is contained in:
Kirill Kamakin
2022-04-09 15:00:11 +05:00
parent a5ae5e91cd
commit d52c428ea5
2 changed files with 6 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ android {
}
buildConfigField "Boolean", "DEBUG_PICASSO", "false"
buildConfigField "Boolean", "LOG_NETWORK", "false"
}
signingConfigs {