🙂 İNSANLARIN EN HAYIRLISI INSANLARA FAYDALI OLANDIR 🙂

Ramazan HABER / Android Yeni / The project is using an incompatible version AGP 7.3.0 of the Android Gradle plugin. Latest supported version is AGP 7.2.0 hatası

1-) Android Yeni - The project is using an incompatible version AGP 7.3.0 of the Android Gradle plugin. Latest supported version is AGP 7.2.0 hatası

 

 

 

 

build.gradle dosyasındaki

 

dependencies {
    
classpath 'com.android.tools.build:gradle:7.3.0'
    
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}

 

 

bu yerdeaşağıdaki gibi 7.2.0 yap

 

dependencies {
    
classpath 'com.android.tools.build:gradle:7.2.0'
    
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}

 

 

 2023 Ekim 03 Salı
 266