diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-09-28 20:04:04 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-09-28 20:04:04 +0200 |
| commit | c7e46108de55f1797e96d33cf0b805c380051d13 (patch) | |
| tree | 2b50bb4e712989c790ab252e16ed662817f05bdc /.idea/misc.xml | |
| download | kanakaeiwa-c7e46108de55f1797e96d33cf0b805c380051d13.tar.gz kanakaeiwa-c7e46108de55f1797e96d33cf0b805c380051d13.tar.zst kanakaeiwa-c7e46108de55f1797e96d33cf0b805c380051d13.zip | |
Initial commit, screen 1
Diffstat (limited to '.idea/misc.xml')
| -rw-r--r-- | .idea/misc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..bdd9278 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ExternalStorageConfigurationManager" enabled="true" /> + <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/build/classes" /> + </component> + <component name="ProjectType"> + <option name="id" value="Android" /> + </component> +</project>
\ No newline at end of file |
