oh Andoid does it properly

This commit is contained in:
rusefillc 2022-02-12 07:14:38 -05:00
parent 60560c29d3
commit 8a8ade82c5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ dependencies {
implementation project(':logging')
implementation libs.annotations
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.6.2'
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.9.0'
implementation group: 'net.jcip', name: 'jcip-annotations', version: '1.0'
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'