79686939

Date: 2025-07-02 06:51:21
Score: 0.5
Natty:
Report link

To resolve this issue, I updated my app's build.gradle file to target the required API level:

android {
    compileSdkVersion 35
    defaultConfig {
        targetSdkVersion 35
    }
}

But you still got the warning then please remove the older bundles from the open close testing.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nikunj Panchal