-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
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
Labels
No labels