Skip to content

Commit

Permalink
Fix Jitpack import issue for UsbSerial dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hwh97 committed Oct 28, 2024
1 parent c62717e commit ea4eb8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ android {
}

dependencies {
implementation 'com.github.felHR85:UsbSerial:6.1.0'
implementation('com.github.felHR85:UsbSerial:7ad6c9f6') {
artifact {
classifier = 'release'
type = 'aar'
}
}
}

0 comments on commit ea4eb8b

Please sign in to comment.