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
@@ -4,11 +4,11 @@ plugins {
}
android {
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 17
targetSdkVersion 33
targetSdkVersion 34
consumerProguardFiles 'proguard-rules.pro'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"