From add3faec6eb8c4b5228b1ac5c27b999dfc79471d Mon Sep 17 00:00:00 2001 From: Geoffrey POUZET Date: Wed, 1 Aug 2018 10:07:00 +0200 Subject: [PATCH] Add .idea folder. --- .../Gradle__android_arch_core_common_1_0_0_jar.xml | 11 +++++++++++ ...adle__android_arch_lifecycle_common_1_0_0_jar.xml | 11 +++++++++++ .../Gradle__android_arch_lifecycle_runtime_1_0_0.xml | 12 ++++++++++++ ...droid_support_animated_vector_drawable_26_1_0.xml | 12 ++++++++++++ ...adle__com_android_support_appcompat_v7_26_1_0.xml | 12 ++++++++++++ ...id_support_constraint_constraint_layout_1_1_2.xml | 10 ++++++++++ ...constraint_constraint_layout_solver_1_1_2_jar.xml | 9 +++++++++ .../Gradle__com_android_support_design_26_1_0.xml | 12 ++++++++++++ ...e__com_android_support_recyclerview_v7_26_1_0.xml | 12 ++++++++++++ ...ndroid_support_support_annotations_26_1_0_jar.xml | 11 +++++++++++ ...ndroid_support_support_annotations_27_1_1_jar.xml | 11 +++++++++++ ...le__com_android_support_support_compat_26_1_0.xml | 12 ++++++++++++ ...e__com_android_support_support_core_ui_26_1_0.xml | 12 ++++++++++++ ...com_android_support_support_core_utils_26_1_0.xml | 12 ++++++++++++ ...__com_android_support_support_fragment_26_1_0.xml | 12 ++++++++++++ ...m_android_support_support_media_compat_26_1_0.xml | 12 ++++++++++++ ...Gradle__com_android_support_support_v4_26_1_0.xml | 12 ++++++++++++ ...ndroid_support_support_vector_drawable_26_1_0.xml | 12 ++++++++++++ ...oid_support_test_espresso_espresso_core_3_0_2.xml | 12 ++++++++++++ ..._test_espresso_espresso_idling_resource_3_0_2.xml | 12 ++++++++++++ ...radle__com_android_support_test_monitor_1_0_2.xml | 12 ++++++++++++ ...Gradle__com_android_support_test_runner_1_0_2.xml | 12 ++++++++++++ ...Gradle__com_android_support_transition_26_1_0.xml | 12 ++++++++++++ ...le__com_google_code_findbugs_jsr305_2_0_1_jar.xml | 9 +++++++++ .../Gradle__com_squareup_javawriter_2_1_1_jar.xml | 11 +++++++++++ .../Gradle__javax_inject_javax_inject_1_jar.xml | 11 +++++++++++ .idea/libraries/Gradle__junit_junit_4_12_jar.xml | 11 +++++++++++ .../Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml | 11 +++++++++++ .../Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml | 11 +++++++++++ ...le__org_hamcrest_hamcrest_integration_1_3_jar.xml | 11 +++++++++++ ...Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml | 11 +++++++++++ .../Gradle__org_osmdroid_osmdroid_android_6_0_2.xml | 12 ++++++++++++ .idea/modules.xml | 9 +++++++++ 33 files changed, 374 insertions(+) create mode 100644 .idea/libraries/Gradle__android_arch_core_common_1_0_0_jar.xml create mode 100644 .idea/libraries/Gradle__android_arch_lifecycle_common_1_0_0_jar.xml create mode 100644 .idea/libraries/Gradle__android_arch_lifecycle_runtime_1_0_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_animated_vector_drawable_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_appcompat_v7_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_constraint_constraint_layout_1_1_2.xml create mode 100644 .idea/libraries/Gradle__com_android_support_constraint_constraint_layout_solver_1_1_2_jar.xml create mode 100644 .idea/libraries/Gradle__com_android_support_design_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_recyclerview_v7_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_annotations_26_1_0_jar.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_annotations_27_1_1_jar.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_compat_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_core_ui_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_core_utils_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_fragment_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_media_compat_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_v4_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_support_vector_drawable_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_android_support_test_espresso_espresso_core_3_0_2.xml create mode 100644 .idea/libraries/Gradle__com_android_support_test_espresso_espresso_idling_resource_3_0_2.xml create mode 100644 .idea/libraries/Gradle__com_android_support_test_monitor_1_0_2.xml create mode 100644 .idea/libraries/Gradle__com_android_support_test_runner_1_0_2.xml create mode 100644 .idea/libraries/Gradle__com_android_support_transition_26_1_0.xml create mode 100644 .idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml create mode 100644 .idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml create mode 100644 .idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml create mode 100644 .idea/libraries/Gradle__junit_junit_4_12_jar.xml create mode 100644 .idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml create mode 100644 .idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml create mode 100644 .idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml create mode 100644 .idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml create mode 100644 .idea/libraries/Gradle__org_osmdroid_osmdroid_android_6_0_2.xml create mode 100644 .idea/modules.xml diff --git a/.idea/libraries/Gradle__android_arch_core_common_1_0_0_jar.xml b/.idea/libraries/Gradle__android_arch_core_common_1_0_0_jar.xml new file mode 100644 index 0000000..0647ff1 --- /dev/null +++ b/.idea/libraries/Gradle__android_arch_core_common_1_0_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__android_arch_lifecycle_common_1_0_0_jar.xml b/.idea/libraries/Gradle__android_arch_lifecycle_common_1_0_0_jar.xml new file mode 100644 index 0000000..7d25f6b --- /dev/null +++ b/.idea/libraries/Gradle__android_arch_lifecycle_common_1_0_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_0_0.xml b/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_0_0.xml new file mode 100644 index 0000000..36dec57 --- /dev/null +++ b/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_0_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_26_1_0.xml new file mode 100644 index 0000000..25434fb --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_appcompat_v7_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_appcompat_v7_26_1_0.xml new file mode 100644 index 0000000..e94b5c8 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_appcompat_v7_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_1_1_2.xml b/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_1_1_2.xml new file mode 100644 index 0000000..17943b4 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_1_1_2.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_solver_1_1_2_jar.xml b/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_solver_1_1_2_jar.xml new file mode 100644 index 0000000..71b397b --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_solver_1_1_2_jar.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_design_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_design_26_1_0.xml new file mode 100644 index 0000000..5de7ae4 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_design_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_recyclerview_v7_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_recyclerview_v7_26_1_0.xml new file mode 100644 index 0000000..0493556 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_recyclerview_v7_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_annotations_26_1_0_jar.xml b/.idea/libraries/Gradle__com_android_support_support_annotations_26_1_0_jar.xml new file mode 100644 index 0000000..3371151 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_annotations_26_1_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_annotations_27_1_1_jar.xml b/.idea/libraries/Gradle__com_android_support_support_annotations_27_1_1_jar.xml new file mode 100644 index 0000000..1517ad9 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_annotations_27_1_1_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_compat_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_support_compat_26_1_0.xml new file mode 100644 index 0000000..8695e01 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_compat_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_core_ui_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_support_core_ui_26_1_0.xml new file mode 100644 index 0000000..7172feb --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_core_ui_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_core_utils_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_support_core_utils_26_1_0.xml new file mode 100644 index 0000000..89dd1b8 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_core_utils_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_fragment_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_support_fragment_26_1_0.xml new file mode 100644 index 0000000..723a2b8 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_fragment_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_media_compat_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_support_media_compat_26_1_0.xml new file mode 100644 index 0000000..204d0fc --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_media_compat_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_v4_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_support_v4_26_1_0.xml new file mode 100644 index 0000000..0231ab5 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_v4_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_support_vector_drawable_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_support_vector_drawable_26_1_0.xml new file mode 100644 index 0000000..abb517d --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_support_vector_drawable_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_core_3_0_2.xml b/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_core_3_0_2.xml new file mode 100644 index 0000000..7585bf3 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_core_3_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_idling_resource_3_0_2.xml b/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_idling_resource_3_0_2.xml new file mode 100644 index 0000000..a8f1d05 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_test_espresso_espresso_idling_resource_3_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_test_monitor_1_0_2.xml b/.idea/libraries/Gradle__com_android_support_test_monitor_1_0_2.xml new file mode 100644 index 0000000..33a7b95 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_test_monitor_1_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_test_runner_1_0_2.xml b/.idea/libraries/Gradle__com_android_support_test_runner_1_0_2.xml new file mode 100644 index 0000000..6178f43 --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_test_runner_1_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_android_support_transition_26_1_0.xml b/.idea/libraries/Gradle__com_android_support_transition_26_1_0.xml new file mode 100644 index 0000000..07f3cbd --- /dev/null +++ b/.idea/libraries/Gradle__com_android_support_transition_26_1_0.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml b/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml new file mode 100644 index 0000000..947e251 --- /dev/null +++ b/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml b/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml new file mode 100644 index 0000000..5c4dd4e --- /dev/null +++ b/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml b/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml new file mode 100644 index 0000000..f9c9a30 --- /dev/null +++ b/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__junit_junit_4_12_jar.xml b/.idea/libraries/Gradle__junit_junit_4_12_jar.xml new file mode 100644 index 0000000..f4f25a8 --- /dev/null +++ b/.idea/libraries/Gradle__junit_junit_4_12_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml b/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml new file mode 100644 index 0000000..5855a29 --- /dev/null +++ b/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml new file mode 100644 index 0000000..50cf2b9 --- /dev/null +++ b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml new file mode 100644 index 0000000..a5eaca5 --- /dev/null +++ b/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml new file mode 100644 index 0000000..b4dabdc --- /dev/null +++ b/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_osmdroid_osmdroid_android_6_0_2.xml b/.idea/libraries/Gradle__org_osmdroid_osmdroid_android_6_0_2.xml new file mode 100644 index 0000000..0b51bb7 --- /dev/null +++ b/.idea/libraries/Gradle__org_osmdroid_osmdroid_android_6_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1de1100 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file