From 3a775f47e00afc8adddec589fbfab93adf44beed Mon Sep 17 00:00:00 2001 From: Tom Hicks Date: Fri, 14 Aug 2026 17:56:09 -0700 Subject: [PATCH] Updates AGP to 9.1.0, Gradle to 9.5.0, and JDK to 21. --- Android/.gitignore | 30 ++++---- Android/.idea/.gitignore | 3 + Android/.idea/AndroidProjectSystem.xml | 6 ++ Android/.idea/appInsightsSettings.xml | 23 +++++++ Android/.idea/compiler.xml | 6 -- Android/.idea/gradle.xml | 22 ------ Android/.idea/misc.xml | 64 +++++++++-------- Android/.idea/runConfigurations.xml | 9 ++- Android/.idea/runConfigurations/app.xml | 68 +++++++++++++++++++ Android/.idea/vcs.xml | 2 +- Android/app/build.gradle | 30 ++++---- Android/app/src/main/AndroidManifest.xml | 3 +- Android/build.gradle | 13 +--- Android/gradle.properties | 17 +++-- Android/gradle/gradle-daemon-jvm.properties | 13 ++++ .../gradle/wrapper/gradle-wrapper.properties | 4 +- Android/settings.gradle | 26 ++++++- 17 files changed, 235 insertions(+), 104 deletions(-) create mode 100644 Android/.idea/.gitignore create mode 100644 Android/.idea/AndroidProjectSystem.xml create mode 100644 Android/.idea/appInsightsSettings.xml delete mode 100644 Android/.idea/compiler.xml delete mode 100644 Android/.idea/gradle.xml create mode 100644 Android/.idea/runConfigurations/app.xml create mode 100644 Android/gradle/gradle-daemon-jvm.properties diff --git a/Android/.gitignore b/Android/.gitignore index 69f24fc..331c81c 100644 --- a/Android/.gitignore +++ b/Android/.gitignore @@ -1,16 +1,20 @@ -*.iml +.artifacts .gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -/.idea/dictionaries -/build -/captures +.idea/appInsightsSettings.xml +.idea/caches +.idea/compiler.xml +.idea/deploymentTargetSelector.xml +.idea/deviceManager.xml +.idea/gradle.xml +.idea/markdown.xml +.idea/migrations.xml +.idea/planningMode.xml +.idea/studiobot.xml +.idea/workspace.xml +.DS_Store .externalNativeBuild .cxx -/app/debug -/app/release +*.iml +build +captures +local.properties diff --git a/Android/.idea/.gitignore b/Android/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/Android/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/Android/.idea/AndroidProjectSystem.xml b/Android/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/Android/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/Android/.idea/appInsightsSettings.xml b/Android/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..13574c8 --- /dev/null +++ b/Android/.idea/appInsightsSettings.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/Android/.idea/compiler.xml b/Android/.idea/compiler.xml deleted file mode 100644 index fb7f4a8..0000000 --- a/Android/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Android/.idea/gradle.xml b/Android/.idea/gradle.xml deleted file mode 100644 index 23a89bb..0000000 --- a/Android/.idea/gradle.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Android/.idea/misc.xml b/Android/.idea/misc.xml index 6c2e59d..21aefeb 100644 --- a/Android/.idea/misc.xml +++ b/Android/.idea/misc.xml @@ -1,49 +1,57 @@ + - + diff --git a/Android/.idea/runConfigurations.xml b/Android/.idea/runConfigurations.xml index e497da9..72f00ed 100644 --- a/Android/.idea/runConfigurations.xml +++ b/Android/.idea/runConfigurations.xml @@ -3,7 +3,14 @@