Skip to content

Commit

Permalink
build: update target SDK to 35 for Android 15 support
Browse files Browse the repository at this point in the history
potentially fixes (#479)
  • Loading branch information
gokadzev committed Dec 25, 2024
1 parent 3cb8c7e commit f9c72b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {

android {
namespace = "com.gokadzev.musify"
compileSdk 34
compileSdk 35

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand All @@ -54,7 +54,7 @@ android {
defaultConfig {
applicationId "com.gokadzev.musify"
minSdk 24
targetSdk 34
targetSdk 35
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
android:name="com.ryanheise.audioservice.AudioServiceActivity"
android:exported="true"
android:launchMode="singleTop"
android:allowCrossUidActivitySwitchFromBelow="false"
android:taskAffinity=""
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
Expand Down

0 comments on commit f9c72b4

Please sign in to comment.