Due to some permissions and FileProvider changes the last release, older devices didn't have access to the filesystem, and the Camera intent couldn't write the files, causing the app to crash. This fixes that.
Also, CopyImage API call was broken due to okhttp requiring a body for POST requests. Also fixed.
Due to some permissions and FileProvider changes the last release, older devices didn't have access to the filesystem, and the
Camera
intent couldn't write the files, causing the app to crash. This fixes that.Also, CopyImage API call was broken due to okhttp requiring a body for POST requests. Also fixed.