Im completely new to android studio
I have these configurations :
In gradle-wrapper.properties file:
In build.gradle file:
But when I press Sync Project With Gradle files button . Bellow error occurred :
You try to use versions that don't exist (it seems, you mixed up versions for two plugins). The correct setup is:
classpath "com.google.gms:google-services:4.4.0"
classpath "com.android.tools.build:gradle:8.0.0"