This MR add the options for android to optionally depends on no-op MQTTChuck gradle dependency. This will reduce apk size by almost 1 MB. In case production string exist in gradle task, it will use MQTTChuck no-op. This is useful on production environment as we don't need have MQTT Chuck shown to customers.
This MR add the options for android to optionally depends on
no-op
MQTTChuck gradle dependency. This will reduce apk size by almost 1 MB. In caseproduction
string exist in gradle task, it will use MQTTChuckno-op
. This is useful on production environment as we don't need have MQTT Chuck shown to customers.