usb-serial-for-android icon indicating copy to clipboard operation
usb-serial-for-android copied to clipboard

SerialInputOutputManager decompiled byte code does not match with the source code

Open mfran89 opened this issue 11 months ago • 2 comments

So I made a ticket awhile ago in regards to this #516 . I just had a chance to get back to this and I think I have figured out the issue. I am using an external library called ATAK and there is a decompiled byte code for the older version of your code in it. My background in gradle is not very strong and the issue seems to be a class conflict on the external library level. Would you have any recommendations on making my project see your external library 'com.github.mik3y:usb-serial-for-android:3.5.1' as the library to use as opposed to the one located in the ATAK library?

Thanks Mike

mfran89 avatar Sep 20 '23 16:09 mfran89