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

target-sdk-version update from 29 to 30

This commit is contained in:
kai-morich
2021-05-09 08:16:09 +02:00
parent 38527730cd
commit 22a685e738
7 changed files with 21 additions and 14 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
compileSdkVersion 30
buildToolsVersion '30.0.3'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -11,7 +11,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
targetSdkVersion 30
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.test.InstrumentationTestRunner"