Your app currently targets API level 29 and must target at least API level 30 to ensure that it is built on the latest APPs optimized for security and performance. Change your app's target API level to at least 30. in ionic
add this to config.xml file will help you
<preference name="android-targetSdkVersion" value="30" />