I followed google documentation to integrate my app to Google Analytics. But when adding
apply plugin: \'com.google.gms.google-services\'
and b
Sometimes, you have to update your REALM-PLUGIN and you need to write this in Top-Level Gradle (Project:Gradle), copy paste below "classpath" line:
buildscript { ... dependencies { classpath 'io.realm:realm-gradle-plugin:7.0.0' //<--Your answer. } }