Hi Felgo Team,
We are experiencing issues with file permissions in the latest cloud build. We need access to all files, such as PDFs and images. The current cloud builds are using Android SDK version 34, which has introduced changes to file access.
As a temporary workaround, we would like to use SDK version 33 (which was active some month ago) for our cloud builds. It appears that the cloud builds support SDK versions 34, 33, 31, 30, 29, and 28. Could you please advise on the best practice for reverting to SDK version 33?
In the build.gradle there is a warning not to manipulate androidCompileSdkVersion.
What is best practice here to make cloudbuilds happy?
Will there be a “real” fix for this issue, soon? In SDK verison 34 e.g. ImagePicker and FileDialog are not able to read the content of a file (images, pdfs etc. ).
Regards