1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +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,12 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
targetSdkVersion 30
consumerProguardFiles 'proguard-rules.pro'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"