firebase-perf
の最小バージョンは何ですか? 私はバージョン9.0.0を使用したいと私はエラーを取得:firebase-perfバージョン9.0.0の依存関係を追加できません
Failed to resolve: com.google.firebase:firebase-perf:9.0.0
は私が
maven {
url "https://maven.google.com"
}
を追加しようとしましたが、それは問題を解決しませんでした。
apply plugin: 'com.google.firebase.firebase-perf'
//inside dependencies add the below
compile 'com.google.firebase:firebase-perf:11.6.0'
を、ガイドのためにこのサイトをチェックしてください:
[最初のベータリリース](https://firebase.google.com/support/release-notes/android)は10.2.6でした。 –
Firebase Performanceの9.0.0バージョンはありません。 9.0.0がリリースされた2016年5月のFirebaseプラットフォームの開始には含まれていませんでした。クライアントSDKを更新する必要があります。 –