This might work with Android now

This commit is contained in:
Eric Ratliff
2026-02-01 20:07:11 -06:00
parent 58f7962a2a
commit 20bac7322d
2 changed files with 144 additions and 0 deletions

View File

@@ -52,6 +52,13 @@ pub fn upgrade_project(path: &str) -> Result<()> {
"gradle/wrapper/gradle-wrapper.properties",
"gradle/wrapper/gradle-wrapper.jar",
".gitignore",
// Android Studio integration — regenerated so run configs stay in
// sync if deploy.sh flags or script names ever change.
".idea/workspace.xml",
".idea/runConfigurations/Deploy (auto).xml",
".idea/runConfigurations/Deploy (USB).xml",
".idea/runConfigurations/Deploy (WiFi).xml",
".idea/runConfigurations/Test.xml",
];
println!("{}", "Updating infrastructure files...".bright_yellow());