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

target sdk 35

This commit is contained in:
Kai Morich
2025-04-18 08:37:24 +02:00
parent 06faad5622
commit c608aadc59
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ plugins {
}
android {
compileSdkVersion 34
compileSdkVersion 35
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -12,7 +12,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 34
targetSdkVersion 35
vectorDrawables.useSupportLibrary = true
missingDimensionStrategy 'device', 'anyDevice'