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.