Unity doesn't allow anymore "com.Game" package name

Hello, i have a game on google play and its package name like that com.MyGame. I try to update it with newest unity editor but it says the package name must follow the convention and package must be com.CompanyName.GameName so can’t build. In previous editor which is 2020.2.5 didn’t warn and fail but doesn’t support android api 30+. How can i build with same package name and api 32. Api 32 is required for ad_id issue and If i couldn’t update, the game will be removed from the market. Thanks in advance

just change your package‘s name to conform to guidelines and move on