Hello Sir,
I am using below dependency in my Android project. But when I ran my project with minSDK version 29 its gives error so, to using those I need to maintain my minSDK version 31. Is it possible to run in 29?
implementation(libs.gurux.dlms)
releaseImplementation(libs.guruxDlmsAndroid)
implementation(libs.gurux.serial.android)
implementation "org.gurux:gurux.common.android:3.0.4"
implementation "com.github.mik3y:usb-serial-for-android:3.9.0"