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

slightly more coverage, local coverage report, dependency update

This commit is contained in:
kai-morich
2020-10-12 21:14:06 +02:00
parent 08a93ec530
commit 1e75f91467
8 changed files with 100 additions and 63 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 28
targetSdkVersion 29
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.test.InstrumentationTestRunner"
@@ -27,6 +27,6 @@ android {
dependencies {
implementation project(':usbSerialForAndroid')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
}