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

restore FT2232C support

This commit is contained in:
kai-morich
2021-07-01 07:45:24 +02:00
parent c73c38ca82
commit 7ffbc73919
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ android {
dependencies {
implementation project(':usbSerialForAndroid')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.3.0'
}