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

target sdk 34

Pending intent and broadcast receiver changed according to sdk 34 release notes.
Permisssion dialog now shown while fragment is paused.
This commit is contained in:
Kai Morich
2024-02-18 13:09:23 +01:00
parent 83646d6955
commit 26a2f9363e
4 changed files with 25 additions and 11 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ plugins {
}
android {
compileSdkVersion 33
compileSdkVersion 34
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -12,7 +12,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 33
targetSdkVersion 34
vectorDrawables.useSupportLibrary = true
missingDimensionStrategy 'device', 'anyDevice'