Is there an existing issue for this?
CLI Version
1.3.2
Firebase Tools version
15.18.0
Flutter Doctor Output
[✓] Flutter (Channel stable, 3.44.0, on macOS 26.5 25F71 darwin-arm64, locale en-CA) [4.5s]
• Flutter version 3.44.0 on channel stable at /Users/fstonge/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 559ffa3f75 (4 days ago), 2026-05-15 14:13:13 -0700
• Engine revision 4c525dac5e
• Dart version 3.12.0
• DevTools version 2.57.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop,
enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets,
enable-swift-package-manager, omit-legacy-version-file, enable-lldb-debugging,
no-enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 37.0.0) [6.8s]
• Android SDK at /Users/fstonge/Library/Android/sdk
• Emulator version 36.5.11.0 (build_id 15261927) (CL:N/A)
• Platform android-37.0, build-tools 37.0.0
• ANDROID_HOME = /Users/fstonge/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.10+-117844308-b1163.108)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.5) [8.2s]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17F42
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [6ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (3 available) [6.5s]
• sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 14 (API 34) (emulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.5 25F71 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 148.0.7778.168
[✓] Network resources [384ms]
• All expected network resources are available.
• No issues found!
Description
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/fstonge/Development/Company/spark-mobileapp-shop/android/app/build.gradle.kts' line: 5
* What went wrong:
An exception occurred applying plugin request [id: 'com.google.firebase.firebase-perf']
> Failed to apply plugin 'com.google.firebase.firebase-perf'.
Steps to reproduce
- Create a new app with flutter 3.44 with android support
- Run flutterfire configure
- Versions added in settings.gradle.kts and build.gradle.kts are outdated.
Expected behavior
Versions populated should follow the android SDK versions:
https://github.com/firebase/flutterfire/blob/main/VERSIONS.md
Screenshots
Additional context and comments
The build fails with gradle 9 support in the new flutter 3.44 project template.
Is there an existing issue for this?
CLI Version
1.3.2
Firebase Tools version
15.18.0
Flutter Doctor Output
[✓] Flutter (Channel stable, 3.44.0, on macOS 26.5 25F71 darwin-arm64, locale en-CA) [4.5s] • Flutter version 3.44.0 on channel stable at /Users/fstonge/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 559ffa3f75 (4 days ago), 2026-05-15 14:13:13 -0700 • Engine revision 4c525dac5e • Dart version 3.12.0 • DevTools version 2.57.0 • Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets, enable-swift-package-manager, omit-legacy-version-file, enable-lldb-debugging, no-enable-uiscene-migration [✓] Android toolchain - develop for Android devices (Android SDK version 37.0.0) [6.8s] • Android SDK at /Users/fstonge/Library/Android/sdk • Emulator version 36.5.11.0 (build_id 15261927) (CL:N/A) • Platform android-37.0, build-tools 37.0.0 • ANDROID_HOME = /Users/fstonge/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java This is the JDK bundled with the latest Android Studio installation on this machine. To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`. • Java version OpenJDK Runtime Environment (build 21.0.10+-117844308-b1163.108) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 26.5) [8.2s] • Xcode at /Applications/Xcode.app/Contents/Developer • Build 17F42 • CocoaPods version 1.16.2 [✓] Chrome - develop for the web [6ms] • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Connected device (3 available) [6.5s] • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 14 (API 34) (emulator) • macOS (desktop) • macos • darwin-arm64 • macOS 26.5 25F71 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 148.0.7778.168 [✓] Network resources [384ms] • All expected network resources are available. • No issues found!Description
Steps to reproduce
Expected behavior
Versions populated should follow the android SDK versions:
https://github.com/firebase/flutterfire/blob/main/VERSIONS.md
Screenshots
Additional context and comments
The build fails with gradle 9 support in the new flutter 3.44 project template.