android
android copied to clipboard
Fix: ensure OneDrive config directory exists before writing file
This adds config_file.parentFile.mkdirs() in presentation/prebuild.gradle to prevent build failures in clean environments (like Termux, CI containers) whenever presentation/src/main/res/raw/ doesn't exist yet.
This change is platform-safe and has no effect when the directory already exists.