Android Studio's project gradle file changed?
I just updated Android Studio and started a new project. But now the project grade file seems different. Here are the lines: plugins { id 'com.android.application' version '7.1.0' apply false id 'com.android.library' version '7.1.0' apply false } task clean(type: Delete) { delete rootProject.buildDir } Now, for example, I need to paste the Firebase lines in