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
+1 -1
View File
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.0.0'
}
}