forked from trent_larson/crowd-funder-for-time-pwa
feat: enhance error logging and upgrade Android build tools
- Add detailed error logging for image upload failures - Upgrade Gradle to 8.11.1 and Android build tools to 8.9.0 - Add Capacitor camera and filesystem modules to Android build
This commit is contained in:
@@ -2,5 +2,13 @@
|
||||
{
|
||||
"pkg": "@capacitor/app",
|
||||
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
|
||||
},
|
||||
{
|
||||
"pkg": "@capacitor/camera",
|
||||
"classpath": "com.capacitorjs.plugins.camera.CameraPlugin"
|
||||
},
|
||||
{
|
||||
"pkg": "@capacitor/filesystem",
|
||||
"classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user