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

gradle update, coverage working again

This commit is contained in:
kai-morich
2023-03-11 09:35:03 +01:00
parent 8d3326ed66
commit fbe64fe4be
10 changed files with 26 additions and 26 deletions
+3 -2
View File
@@ -23,10 +23,11 @@ android {
minifyEnabled true
}
}
namespace 'com.hoho.android.usbserial.examples'
}
dependencies {
implementation project(':usbSerialForAndroid')
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.8.0'
}