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

gradle + library update

This commit is contained in:
Kai Morich
2024-05-30 19:14:05 +02:00
parent 0c0275675f
commit b1362416f0
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ android {
dependencies {
implementation project(':usbSerialForAndroid')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.11.0'
}