- implementation 'com.google.firebase:firebase-core:16.0.0'
- implementation 'com.google.firebase:firebase-invites:16.0.0'
- implementation 'com.google.firebase:firebase-storage:16.0.1'
- implementation 'com.google.firebase:firebase-auth:16.0.1'
- implementation 'com.google.firebase:firebase-crash:16.0.0'
Above are the dependencies which I have added according to my requirement.
Following is the google play service dependency which I am using. - implementation 'com.google.android.gms:play-services:12.0.1'
I have also added the 'apply plugin' statement at the end - apply plugin: 'com.google.gms.google-services'
Please help me out to solve the error!