Skip to content

Commit

Permalink
update android project files
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalgust committed May 7, 2024
1 parent c9e3478 commit cb92f9a
Show file tree
Hide file tree
Showing 8 changed files with 206 additions and 237 deletions.
2 changes: 1 addition & 1 deletion mobile/androidapp/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.iml

.gradle
/local.properties
/.idea/workspace.xml
Expand Down
229 changes: 0 additions & 229 deletions mobile/androidapp/.idea/codeStyleSettings.xml

This file was deleted.

7 changes: 4 additions & 3 deletions mobile/androidapp/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions mobile/androidapp/androidapp.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="androidapp" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
2 changes: 1 addition & 1 deletion mobile/androidapp/app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/build
build
.externalNativeBuild
release
Loading

0 comments on commit cb92f9a

Please sign in to comment.