Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the Android build configurations and dependency versions across multiple files. The main changes involve migrating from the old
buildscript
andapply plugin
syntax to the newerplugins
block, as well as updating various dependencies to their latest versions.Build Configuration Updates:
buildscript
andapply plugin
to theplugins
block indogfooding/android/app/build.gradle
,packages/stream_video_flutter/android/build.gradle
, andpackages/stream_video_push_notification/android/build.gradle
. [1] [2] [3]settings.gradle
files to include Flutter plugin management and repository configurations. [1] [2] [3]Dependency Updates:
dogfooding/pubspec.yaml
to their latest versions. [1] [2]thermal
dependency inpackages/stream_video/pubspec.yaml
.Code Simplification:
whereNotNull()
withnonNulls
inopen_api_extensions.dart
andlobby_view.dart
. [1] [2]Manifest File Updates:
package
attribute from variousAndroidManifest.xml
files to simplify the manifest structure. [1] [2] [3] [4] [5] [6] [7]