79207294

Date: 2024-11-20 12:59:49
Score: 1
Natty:
Report link

Update your dependencies block in build.gradle (Project level) as follows:

dependencies {
    // Remove the older version of the Gradle plugin
    // classpath 'com.android.tools.build:gradle:7.4.2'
    
    // Use the updated version instead
    classpath 'com.android.tools.build:gradle:8.3.1'
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eldo Martadjaya