Skip to content

Could not find com.google.firebase:firebase-auth: #1965

@h-hagawa-r

Description

@h-hagawa-r

I'm trying to use Maven Central before closing JCenter.

Only for this task "com.firebaseui:firebase-ui-auth: 7.2.0" cannot be found.
app: lintDebug.
Found in other tasks.

build.gradle

buildscript {
...
  repositories {
    google()
    mavenCentral()
    ...
  }
  ...
}

allprojects {
    repositories {
        google()
        mavenCentral()
        ...
    }
}

...

build.gradle(:app)

...

dependencies {
...
  implementation "com.firebaseui:firebase-ui-auth:7.2.0" // or 7.1.1
...
}

log

* What went wrong:
Could not determine the dependencies of task ':app:lintDebug'.
> Could not resolve all artifacts for configuration ':app:productionDebugAndroidTestCompileClasspath'.
   > Could not find com.google.firebase:firebase-auth:.
     Required by:
         project :app > com.firebaseui:firebase-ui-auth:7.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions