altera2015 / usbserial

Flutter Android USB Serial plugin
BSD 3-Clause "New" or "Revised" License
125 stars 84 forks source link

Readme unclear compileOptions instructions #98

Closed guyluz11 closed 6 months ago

guyluz11 commented 9 months ago

Readme states that it is important to add compileOptions into build.gradle but the example link does not contain compileOptions

Readme https://github.com/altera2015/usbserial#important-appbuildgradle

Example link https://raw.githubusercontent.com/altera2015/usbserial/master/example/android/app/build.gradle

guyluz11 commented 9 months ago

I see from the git history that it got removed, so we need to remove it also from redme

rockerer commented 8 months ago

Thanks for pointing out the mistake. Would you like to create a pull request to fix this, if you already found out, what's wrong.

guyluz11 commented 8 months ago

Sorry, I am currently working on other things. Maybe next time while I am using the package.