After updating all dependencies to their latest version, error persists.
Build Gradle(app):
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public'}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.google.gms:google-services:4.0.1'
}
Build.gradle (Project):
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.android.support:design:27.1.1'
implementation 'com.firebaseui:firebase-ui:2.0.1'
implementation 'com.google.android.gms:play-services-analytics:16.0.3'
}
com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = trueapply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
Error after building project:
error: cannot access zu
class file for com.google.android.gms.internal.zu not found