We got mail regarding needs to update android target api level
We are currently on Ionic/ Capacitor platform.
For android app we followed the below step to change api level. From Andorid studio -> variables.gradle file -> Change targetSdkVersion = 33.
Is this the only file where I need to change the versions? Or still there are some places where I need to change version?
Also there is compileSdkVersion Should I also need to change their version to approve apps or make my apps eligible for the below image changes?(My cuurent compileSdkVersion is 31)
When I set the version to 33 it provide me below error. error: cannot find symbol settings.setAppCacheEnabled(true); compileSdkVersion = 33 ionic capacitor