79637707

Date: 2025-05-25 13:33:24
Score: 1.5
Natty:
Report link

Try below steps this helped me.

1. Update the Android Gradle Plugin to 8.6.0
- id "com.android.application" version "8.3.2" apply false
+ id "com.android.application" version "8.6.0" apply false

2. Upgrade the Gradle Wrapper to Minimum Version 8.7
- distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip
+ distributionUrl=https://services.gradle.org/distributions/gradle-8.7-all.zip

3.  Clean and Rebuild the Project

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ankit Panwar