gojek / courier-flutter

Dart port of our popular courier library
43 stars 8 forks source link

Add no-op mqttchuck to android gradle build for production build task #10

Closed alfianlosari closed 1 year ago

alfianlosari commented 1 year ago

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.