Remove unused build config field

This commit is contained in:
Kirill Kamakin
2022-06-12 19:24:49 +02:00
parent 683e2c600d
commit 6adc19af1b

View File

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