e-picsa / picsa-apps

Monorepo for building tools to support E-PICSA Apps
https://picsa.app
GNU General Public License v3.0
5 stars 1 forks source link

Chore(core) - Update Capacitor to v6 #288

Closed chrismclarke closed 6 days ago

chrismclarke commented 1 week ago

Is your feature request related to a problem? Please describe. Capacitor v6 has been released for a few months and can be considered generally stable. It suppports android target api 34 which will be a future requirement for play store submissions, so good to update when possible.

Describe the solution you'd like Update dependencies, handle any breaking changes and test on native

Additional context See upgrade guide at: https://capacitorjs.com/docs/updating/6-0

Reviewing the changes to Plugins I can't see any breaking changes, but would still be good to test the camera and share functionalities used on native still function as expected (e.g. test adding photo and sharing file)

Google shares timelines for API update requirements, previous api level 33 was required in August 2023 so likely api level 34 will be required around August 2024 https://support.google.com/googleplay/android-developer/answer/11926878

chrismclarke commented 6 days ago

closed with #282