From 3696f587f46a6d596bc8c0e9891566edbaf0ca63 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Mar 2017 17:09:48 +0100 Subject: android --- StoneIsland/platforms/android/.idea/compiler.xml | 22 + .../android/.idea/copyright/profiles_settings.xml | 3 + StoneIsland/platforms/android/.idea/gradle.xml | 18 + .../.idea/libraries/ShortcutBadger_1_1_11.xml | 12 + .../.idea/libraries/play_services_base_9_8_0.xml | 10 + .../libraries/play_services_basement_9_8_0.xml | 10 + .../.idea/libraries/play_services_gcm_9_8_0.xml | 10 + .../.idea/libraries/play_services_iid_9_8_0.xml | 10 + .../.idea/libraries/play_services_tasks_9_8_0.xml | 10 + .../.idea/libraries/support_annotations_24_0_0.xml | 11 + .../android/.idea/libraries/support_v13_23_4_0.xml | 13 + .../android/.idea/libraries/support_v4_24_0_0.xml | 16 + StoneIsland/platforms/android/.idea/misc.xml | 19 + StoneIsland/platforms/android/.idea/modules.xml | 9 + .../platforms/android/.idea/runConfigurations.xml | 12 + StoneIsland/platforms/android/.idea/workspace.xml | 2056 ++++++++++++++++++++ 16 files changed, 2241 insertions(+) create mode 100644 StoneIsland/platforms/android/.idea/compiler.xml create mode 100644 StoneIsland/platforms/android/.idea/copyright/profiles_settings.xml create mode 100644 StoneIsland/platforms/android/.idea/gradle.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/ShortcutBadger_1_1_11.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/play_services_base_9_8_0.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/play_services_basement_9_8_0.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/play_services_gcm_9_8_0.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/play_services_iid_9_8_0.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/play_services_tasks_9_8_0.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/support_annotations_24_0_0.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/support_v13_23_4_0.xml create mode 100644 StoneIsland/platforms/android/.idea/libraries/support_v4_24_0_0.xml create mode 100644 StoneIsland/platforms/android/.idea/misc.xml create mode 100644 StoneIsland/platforms/android/.idea/modules.xml create mode 100644 StoneIsland/platforms/android/.idea/runConfigurations.xml create mode 100644 StoneIsland/platforms/android/.idea/workspace.xml (limited to 'StoneIsland/platforms/android/.idea') diff --git a/StoneIsland/platforms/android/.idea/compiler.xml b/StoneIsland/platforms/android/.idea/compiler.xml new file mode 100644 index 00000000..96cc43ef --- /dev/null +++ b/StoneIsland/platforms/android/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/copyright/profiles_settings.xml b/StoneIsland/platforms/android/.idea/copyright/profiles_settings.xml new file mode 100644 index 00000000..e7bedf33 --- /dev/null +++ b/StoneIsland/platforms/android/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/gradle.xml b/StoneIsland/platforms/android/.idea/gradle.xml new file mode 100644 index 00000000..e3e5ad54 --- /dev/null +++ b/StoneIsland/platforms/android/.idea/gradle.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/ShortcutBadger_1_1_11.xml b/StoneIsland/platforms/android/.idea/libraries/ShortcutBadger_1_1_11.xml new file mode 100644 index 00000000..40e00fe9 --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/ShortcutBadger_1_1_11.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/play_services_base_9_8_0.xml b/StoneIsland/platforms/android/.idea/libraries/play_services_base_9_8_0.xml new file mode 100644 index 00000000..c8e3f017 --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/play_services_base_9_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/play_services_basement_9_8_0.xml b/StoneIsland/platforms/android/.idea/libraries/play_services_basement_9_8_0.xml new file mode 100644 index 00000000..a525e3fd --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/play_services_basement_9_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/play_services_gcm_9_8_0.xml b/StoneIsland/platforms/android/.idea/libraries/play_services_gcm_9_8_0.xml new file mode 100644 index 00000000..2b6e11fb --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/play_services_gcm_9_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/play_services_iid_9_8_0.xml b/StoneIsland/platforms/android/.idea/libraries/play_services_iid_9_8_0.xml new file mode 100644 index 00000000..75de45d6 --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/play_services_iid_9_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/play_services_tasks_9_8_0.xml b/StoneIsland/platforms/android/.idea/libraries/play_services_tasks_9_8_0.xml new file mode 100644 index 00000000..9a273f1b --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/play_services_tasks_9_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/support_annotations_24_0_0.xml b/StoneIsland/platforms/android/.idea/libraries/support_annotations_24_0_0.xml new file mode 100644 index 00000000..959d7c16 --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/support_annotations_24_0_0.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/support_v13_23_4_0.xml b/StoneIsland/platforms/android/.idea/libraries/support_v13_23_4_0.xml new file mode 100644 index 00000000..337f32a1 --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/support_v13_23_4_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/libraries/support_v4_24_0_0.xml b/StoneIsland/platforms/android/.idea/libraries/support_v4_24_0_0.xml new file mode 100644 index 00000000..ff7623ec --- /dev/null +++ b/StoneIsland/platforms/android/.idea/libraries/support_v4_24_0_0.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/misc.xml b/StoneIsland/platforms/android/.idea/misc.xml new file mode 100644 index 00000000..3368772a --- /dev/null +++ b/StoneIsland/platforms/android/.idea/misc.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/modules.xml b/StoneIsland/platforms/android/.idea/modules.xml new file mode 100644 index 00000000..4d9445df --- /dev/null +++ b/StoneIsland/platforms/android/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/runConfigurations.xml b/StoneIsland/platforms/android/.idea/runConfigurations.xml new file mode 100644 index 00000000..7f68460d --- /dev/null +++ b/StoneIsland/platforms/android/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/StoneIsland/platforms/android/.idea/workspace.xml b/StoneIsland/platforms/android/.idea/workspace.xml new file mode 100644 index 00000000..8f95a3f9 --- /dev/null +++ b/StoneIsland/platforms/android/.idea/workspace.xml @@ -0,0 +1,2056 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1488494890976 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2