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

modernize example app

This commit is contained in:
kai-morich
2020-03-23 20:11:39 +01:00
parent cffe54e15c
commit 2354f93354
34 changed files with 834 additions and 621 deletions
+7
View File
@@ -4,6 +4,11 @@ android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
minSdkVersion 17
targetSdkVersion 28
@@ -21,4 +26,6 @@ android {
dependencies {
implementation project(':usbSerialForAndroid')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
}