Remove jSerialComm dependency

It's not even used at all...
This commit is contained in:
Peter Cai 2022-07-09 21:11:06 -04:00
parent 83f593a703
commit a21f438ebd
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ dependencies {
tool 'javax.xml.bind:jaxb-api:2.3.0'
tool 'com.beanit:asn1bean-compiler:1.13.0'
implementation 'com.beanit:asn1bean:1.13.0'
implementation 'com.fazecast:jSerialComm:1.3.11'
implementation 'org.apache.commons:commons-lang3:3.7'
implementation 'commons-codec:commons-codec:1.11'
implementation 'com.google.code.gson:gson:2.8.4'