From 3e3cb06e22283cd7a593ef409c63a5f1465d0da2 Mon Sep 17 00:00:00 2001 From: Mustafa BOLEKEN Date: Mon, 19 Aug 2024 12:42:09 +0300 Subject: [PATCH 1/3] Remove notificationImportance --- lib/ant_media_flutter.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ant_media_flutter.dart b/lib/ant_media_flutter.dart index 84171261..fef0dd3b 100644 --- a/lib/ant_media_flutter.dart +++ b/lib/ant_media_flutter.dart @@ -55,7 +55,6 @@ class AntMediaFlutter { const androidConfig = FlutterBackgroundAndroidConfig( notificationTitle: 'Title of the notification', notificationText: 'Text of the notification', - notificationImportance: AndroidNotificationImportance.Default, notificationIcon: AndroidResource(name: 'background_icon', defType: 'drawable'), ); From 511d65e2214a9bab2df2d5523b5ac8d1b0f3619e Mon Sep 17 00:00:00 2001 From: Mustafa BOLEKEN Date: Mon, 19 Aug 2024 12:42:56 +0300 Subject: [PATCH 2/3] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 86935812..ca469bfc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish Package on: push: - branches: [ main ] + branches: [ fixDataChannelConnectivityIssue ] jobs: From 947487eeddc9187644fdf241701dec52480ac2bf Mon Sep 17 00:00:00 2001 From: Mustafa BOLEKEN Date: Mon, 19 Aug 2024 12:44:54 +0300 Subject: [PATCH 3/3] Revert publish policy in actions --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca469bfc..86935812 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish Package on: push: - branches: [ fixDataChannelConnectivityIssue ] + branches: [ main ] jobs: