App-level build.gradle & Project-level build.gradle

Hi,

I need to add firebase in my app, i followed the steps but i’m stacked in this:

Project-level build.gradle (/build.gradle):

buildscript {
dependencies {
// Add this line
classpath ‘com.google.gms:google-services:3.0.0’
}
}
App-level build.gradle (//build.gradle):


// Add to the bottom of the file
apply plugin: 'com.google.gms.google-services’
includes Firebase Analytics by default

what does it mean Project-level and App-level.

Note: i found in platforms->android->build.gradle but there is a note said
// GENERATED FILE! DO NOT EDIT!

hi,
did you found a solution with that?
I am also stocked there.

Hi,
I’m in trouble with that too…
Can you told us if you find any solution?
Thank’s