jangrewe / gitlab-ci-android

GitLab CI image for building Android apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build app with Firebase Perf 11.0.2

nicolasd opened this issue · comments

Hello,
i have an Android App that using Firebase Perf 11.0.2, and there's and error when compiling.

11:44:14.769 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]          > Could not resolve all dependencies for configuration ':editor:_debugPublishCopy'.
11:44:14.769 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]             > Could not find com.google.firebase:firebase-perf:11.0.2.
11:44:14.769 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]               Required by:
11:44:14.769 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]                   project :editor
11:44:14.770 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]             > Could not find com.google.firebase:firebase-core:11.0.2.
11:44:14.770 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]               Required by:
11:44:14.770 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]                   project :editor

Firebase needs the latest m2respository in version 55.

I suspect that it still uses the 54 instead.

How to be sure that it's using the latest version ?

thanks