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