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

compile+target sdk 28, gradle 4.6

This commit is contained in:
Kai Morich
2018-11-11 09:29:09 +01:00
parent f54dd65624
commit e527afdf35
9 changed files with 18 additions and 17 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
targetSdkVersion 28
testInstrumentationRunner "android.test.InstrumentationTestRunner"
}
@@ -4,8 +4,6 @@
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="12" />
<uses-feature android:name="android.hardware.usb.host" />
<application