Update gradle and AndroidStudio project files

This commit is contained in:
2024-03-01 15:45:57 +01:00
parent 6516a139cf
commit d6c23ae835
23 changed files with 285 additions and 521 deletions

6
.idea/compiler.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="17" />
</component>
</project>

13
.idea/deploymentTargetDropDown.xml generated Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<value>
<entry key="app">
<State />
</entry>
<entry key="particlelab">
<State />
</entry>
</value>
</component>
</project>

15
.idea/gradle.xml generated
View File

@ -1,14 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<compositeConfiguration>
<compositeBuild compositeDefinitionSource="SCRIPT" />
</compositeConfiguration>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="resolveModulePerSourceSet" value="false" />
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
<option value="$PROJECT_DIR$/particlelab" />
</set>
</option>
<option name="resolveExternalAnnotations" value="false" />
</GradleProjectSettings>
</option>
</component>

10
.idea/migrations.xml generated Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectMigrations">
<option name="MigrateToGradleLocalJavaHome">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</component>
</project>

3
.idea/misc.xml generated
View File

@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeSettings">
<configurations>
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
</configurations>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8 (1)" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

10
.idea/modules.xml generated
View File

@ -3,8 +3,14 @@
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/EndlessRoll.iml" filepath="$PROJECT_DIR$/EndlessRoll.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/particlelab/particlelab.iml" filepath="$PROJECT_DIR$/particlelab/particlelab.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/EndlessRoll.app.iml" filepath="$PROJECT_DIR$/.idea/modules/app/EndlessRoll.app.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/EndlessRoll.app.androidTest.iml" filepath="$PROJECT_DIR$/.idea/modules/app/EndlessRoll.app.androidTest.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/EndlessRoll.app.main.iml" filepath="$PROJECT_DIR$/.idea/modules/app/EndlessRoll.app.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/EndlessRoll.app.unitTest.iml" filepath="$PROJECT_DIR$/.idea/modules/app/EndlessRoll.app.unitTest.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/particlelab/EndlessRoll.particlelab.iml" filepath="$PROJECT_DIR$/.idea/modules/particlelab/EndlessRoll.particlelab.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/particlelab/EndlessRoll.particlelab.androidTest.iml" filepath="$PROJECT_DIR$/.idea/modules/particlelab/EndlessRoll.particlelab.androidTest.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/particlelab/EndlessRoll.particlelab.main.iml" filepath="$PROJECT_DIR$/.idea/modules/particlelab/EndlessRoll.particlelab.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/particlelab/EndlessRoll.particlelab.unitTest.iml" filepath="$PROJECT_DIR$/.idea/modules/particlelab/EndlessRoll.particlelab.unitTest.iml" />
</modules>
</component>
</project>

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>