Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka authored Nov 23, 2024
1 parent c62717e commit 9fcbacc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 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 {
name = 'UsbSerial'
classifier = 'release'
type = 'aar'
}
}
}

0 comments on commit 9fcbacc

Please sign in to comment.