I am having kotlin android project and i have cleared all issues but I am having only one warning in play console as shown in below screenshot. pls help anyone to fix this issue. I have declared ad id permission and application id also in manifest xml. But still warning exists in play console. For your reference i have attached ad id declaration page also.
In manifest, i have added ad permission as
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
ad application id also added in the manifest xml.
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-xxxxxxxxxxxxxxxx~xxxxxxxxxx" />
But still i am getting this warning in console.


In android manifest add ad permission
Gradle scripts Gradle build (Module :app) Add compile SDK 33, target SDK 33
android { namespace 'com.abc' compileSdk 33
}
Manage Advertising ID in App content (Yes)
New release just increment version name and code.