Skip to content

Commit

Permalink
update manifest android
Browse files Browse the repository at this point in the history
  • Loading branch information
LezdCS committed Nov 12, 2023
1 parent 93df4dc commit 1f71835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
manifestPlaceholders = [
'appAuthRedirectScheme': 'dev.lezd.www.irllink'
'appAuthRedirectScheme': 'dev.lezd.www.irllink',
'foregroundServiceType': 'mediaPlayback'
]
}

Expand Down

0 comments on commit 1f71835

Please sign in to comment.