EDIT: Ignore this, I found an #IgnoreWarnings: 31 hidden in a folded region
I have two different apps with apparently identical manifests targeting SDK 28.
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
One shows the SDK 30 warning the other doesn't
The recommended value for android:targetSdkVersion is 30 (manifest editor). (warning #31)
I haven't ignored the warning anywhere I can see so is there a known reason for this?
I have two different apps with apparently identical manifests targeting SDK 28.
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
One shows the SDK 30 warning the other doesn't
The recommended value for android:targetSdkVersion is 30 (manifest editor). (warning #31)
I haven't ignored the warning anywhere I can see so is there a known reason for this?
Last edited: