1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

fix PL2303G product IDs (#383)

This commit is contained in:
kai-morich
2021-08-17 17:28:19 +02:00
parent cd83951bd1
commit 21cf775281
5 changed files with 6 additions and 19 deletions
+2 -2
View File
@@ -27,6 +27,6 @@ android {
dependencies {
implementation project(':usbSerialForAndroid')
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
}