File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
3131
3232android {
3333 namespace = " com.gokadzev.musify"
34- compileSdk 34
34+ compileSdk 35
3535
3636 compileOptions {
3737 sourceCompatibility JavaVersion . VERSION_17
@@ -54,7 +54,7 @@ android {
5454 defaultConfig {
5555 applicationId " com.gokadzev.musify"
5656 minSdk 24
57- targetSdk 34
57+ targetSdk 35
5858 versionCode flutterVersionCode. toInteger()
5959 versionName flutterVersionName
6060 }
Original file line number Diff line number Diff line change 4242 android : name =" com.ryanheise.audioservice.AudioServiceActivity"
4343 android : exported =" true"
4444 android : launchMode =" singleTop"
45+ android : allowCrossUidActivitySwitchFromBelow =" false"
4546 android : taskAffinity =" "
4647 android : theme =" @style/LaunchTheme"
4748 android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
You can’t perform that action at this time.
0 commit comments