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
@@ -2,17 +2,17 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:4.2.0'
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}