Skip to content

[All Plugins]: All firebase plugins still use obsolete Java 8 #17268

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

Closed
1 task done
OutdatedGuy opened this issue Apr 9, 2025 · 0 comments · Fixed by #17269
Closed
1 task done

[All Plugins]: All firebase plugins still use obsolete Java 8 #17268

OutdatedGuy opened this issue Apr 9, 2025 · 0 comments · Fixed by #17269
Labels
Needs Attention This issue needs maintainer attention. platform: android Issues / PRs which are specifically for Android. type: enhancement New feature or request

Comments

@OutdatedGuy
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Core, Analytics, App Check, App Installations, Auth, Cloud Functions, Crashlytics, Database, In-App Messaging, Messaging, Performance, ML Custom, Remote Config, Storage, Other

Which platforms are affected?

Android

Description

Java 8 was made obsolete since Android Studio Ladybug, so we need to update Java to 11 (Flutter has shifted to Java 11 from Flutter 3.29 stable release).

Reproducing the issue

  1. Run any firebase example app with Android Studio Ladybug or later
  2. See warnings during build process
    warning: [options] source value 8 is obsolete and will be removed in a future release
    warning: [options] target value 8 is obsolete and will be removed in a future release

Firebase Core version

3.13.0

Flutter Version

3.29.2

Relevant Log Output

Flutter dependencies

Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.

Additional context and comments

No response

@OutdatedGuy OutdatedGuy added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Apr 9, 2025
@SelaseKay SelaseKay added type: enhancement New feature or request platform: android Issues / PRs which are specifically for Android. and removed type: bug Something isn't working labels Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Attention This issue needs maintainer attention. platform: android Issues / PRs which are specifically for Android. type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants