Open abora97 opened 4 years ago
To fix this, go to app/build.gridle and update your dependencies
dependencies { implementation 'com.google.firebase:firebase-core:17.4.4' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'com.google.firebase:firebase-analytics:17.4.4' implementation'com.google.firebase:firebase-auth:19.3.2'
}
i have this issue when open project and add packages in yaml file FAILURE: Build failed with an exception.
What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 3s Finished with error: Gradle task assembleDebug failed with exit code 1