jfoclpf commented on PR #814:
URL:
https://github.com/apache/cordova-plugin-camera/pull/814#issuecomment-1415874172
> This PR should be usable as is if you set the `android-compileSdkVersion`
to 33.
is this achievable merely by adding to config.xml this?
```xml
<platform name="android">
<preference name="android-compileSdkVersion" value="33"/>
<preference name="android-targetSdkVersion" value="33"/>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]