Bug Report
Plugin(s)
@capacitor/filesystem, @capacitor/camera
Capacitor Version
Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 8.5.0
@capacitor/core: 8.5.0
@capacitor/android: 8.5.0
@capacitor/ios: 8.5.0
Installed Dependencies:
@capacitor/cli: 8.5.0
@capacitor/core: 8.5.0
@capacitor/android: 8.5.0
@capacitor/ios: 8.5.0
[success] iOS looking great! 👌
[success] Android looking great! 👌
Platform(s)
Android
Current Behavior
There are some build warnings:
[08:51:57]: ▸ w: file:///home/runner/work/Site/Site/IsraelHiking.Web/node_modules/@capacitor/camera/android/src/main/java/com/capacitorjs/plugins/camera/IonCameraFlow.kt:864:13 Condition is always 'false'.
[08:51:58]: ▸ > Task :capacitor-filesystem:compileReleaseKotlin
[08:51:58]: ▸ w: file:///home/runner/work/Site/Site/IsraelHiking.Web/node_modules/@capacitor/filesystem/android/src/main/kotlin/com/capacitorjs/plugins/filesystem/FilesystemPlugin.kt:335:31 'fun downloadFile(call: PluginCall): Unit' is deprecated. Use @capacitor/file-transfer plugin instead.
[08:51:58]: ▸ w: file:///home/runner/work/Site/Site/IsraelHiking.Web/node_modules/@capacitor/filesystem/android/src/main/kotlin/com/capacitorjs/plugins/filesystem/LegacyFilesystemImplementation.kt:66:29 Java type mismatch: inferred type is 'String?', but 'String' was expected.
[08:52:02]: ▸ > Task :capacitor-camera:compileReleaseJavaWithJavac
[08:52:02]: ▸ Note: /home/runner/work/Site/Site/IsraelHiking.Web/node_modules/@capacitor/camera/android/src/main/java/com/capacitorjs/plugins/camera/CameraBottomSheetDialogFragment.java uses unchecked or unsafe operations.
[08:52:02]: ▸ Note: Recompile with -Xlint:unchecked for details.
Expected Behavior
No build warnings
Code Reproduction
I would assume any code that build Android with these plugins...
Other Technical Details
Should probably be easy to solve using AI. I can open a PR if that would help move things along.
Additional Context
Bug Report
Plugin(s)
@capacitor/filesystem, @capacitor/camera
Capacitor Version
Platform(s)
Android
Current Behavior
There are some build warnings:
Expected Behavior
No build warnings
Code Reproduction
I would assume any code that build Android with these plugins...
Other Technical Details
Should probably be easy to solve using AI. I can open a PR if that would help move things along.
Additional Context