Hello @hivemq-support
Can i use with minSdkVersion 16 ? i’m trying, but i receive this message:
AGPBI: {"kind":"error","text":"Static interface methods are only supported starting with Android N (--min-api 24): void com.hivemq.client.internal.mqtt.handler.publish.outgoing.MqttPublishFlowableAckLink$LinkCancellable.lambda$static$0()","sources":[{}],"tool":"D8"}
Does customize any package to avoid min api restriction or use only implementation of the Rx related of my needs?