Skip to content
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
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Dependency Upgrade #193

wants to merge 7 commits into from

Conversation

domai-tb
Copy link
Member

@domai-tb domai-tb commented Apr 6, 2025

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

@domai-tb domai-tb added the bug Something isn't working label Apr 6, 2025
@domai-tb domai-tb requested a review from Copilot April 6, 2025 12:45
@domai-tb domai-tb self-assigned this Apr 6, 2025
Copy link

@Copilot Copilot AI left a 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
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant