-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Upgrade #193
Open
domai-tb
wants to merge
7
commits into
master
Choose a base branch
from
dependency-upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dependency Upgrade #193
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 25 changed files in this pull request and generated no comments.
Files not reviewed (18)
- android/.gitignore: Language not supported
- android/app/build.gradle: Language not supported
- android/app/build.gradle.kts: Language not supported
- android/build.gradle: Language not supported
- android/build.gradle.kts: Language not supported
- android/gradle.properties: Language not supported
- android/gradle/wrapper/gradle-wrapper.properties: Language not supported
- android/settings.gradle: Language not supported
- android/settings.gradle.kts: Language not supported
- lib/main.dart: Language not supported
- lib/pages/feed/widgets/feed_item.dart: Language not supported
- lib/pages/feed/widgets/video_player.dart: Language not supported
- lib/utils/widgets/campus_segmented_control.dart: Language not supported
- test/pages/calendar/calendar_datasource_test.mocks.dart: Language not supported
- test/pages/calendar/calendar_repository_test.mocks.dart: Language not supported
- test/pages/calendar/calendar_usecases_test.mocks.dart: Language not supported
- test/pages/mensa/mensa_datasource_test.mocks.dart: Language not supported
- test/pages/mensa/mensa_repository_test.mocks.dart: Language not supported
Comments suppressed due to low confidence (2)
pubspec.yaml:61
- Replacing 'sentry_flutter' with 'sentry' might cause integration issues if the project relies on Flutter-specific Sentry features. Please verify that the new package provides the necessary functionality for your use case.
sentry: ^8.2.0
pubspec.yaml:56
- Switching from 'appinio_video_player' to 'flutter_videoplayer' may introduce API differences. Confirm that the new package is a compatible drop-in replacement or update the integration accordingly.
flutter_videoplayer:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Dependency Upgrade
Flutter has deprecated the use of AGP (Android Gradle Plugin) versions prior to 7.3.0. This deprecation is part of the migration to newer versions of Gradle and AGP, which are aimed at improving performance and reducing build-based regressions. With the upcoming Flutter releases, this version will become deprecated.
This PR upgrades Gradle to version 8.10 and AGP to version 8.7.0. It also upgrades all packages and overall ensures that the app is compatible with up-to-date Flutter version 3.29.
References