diff --git a/android/build.gradle b/android/build.gradle index 49e95b0..ba58072 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,6 +49,12 @@ android { } dependencies { - implementation 'com.github.felHR85:UsbSerial:6.1.0' + // TODO: Temporary workaround, need to switch to stable release tag when UsbSerial builds successfully. + implementation('com.github.felHR85:UsbSerial:7ad6c9f6') { + artifact { + classifier = 'release' + type = 'aar' + } + } }