diff --git a/app/build.gradle b/app/build.gradle index 2b26e4005..705ec2da1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -222,7 +222,7 @@ dependencies { implementation "com.google.protobuf:protobuf-kotlin:$protobuf_version" // For UART access - implementation 'com.github.mik3y:usb-serial-for-android:3.6.0' + implementation 'com.github.mik3y:usb-serial-for-android:3.7.0' // location services googleImplementation 'com.google.android.gms:play-services-location:21.0.1'