breautek commented on PR #814: URL: https://github.com/apache/cordova-plugin-camera/pull/814#issuecomment-1415879850
> > 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? > > ``` > <platform name="android"> > <preference name="android-compileSdkVersion" value="33"/> > <preference name="android-targetSdkVersion" value="33"/> > ``` Usually at cordova-android level, support just entails bumping build tools version to the next API level, and compiling for that target. Sometimes it may require more changes but in my experience that's usually all that is required. `android-targetSdkVersion` can also be left at version 32 if you're not ready to deal with whatever changes API 33 brings. This PR main requirement is that `android-compileSdkVersion` is set to 33 or later. cordova-android@12 will have these values set to 33 by default. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org