From 8790bf6caa3fd484558912d664905ae8054f01e9 Mon Sep 17 00:00:00 2001 From: Joseph Roy Date: Sat, 20 Apr 2024 16:16:11 +0100 Subject: [PATCH] renamed solution --- .../.idea/.gitignore | 17 ----------------- .../.idea/deploymentTargetDropDown.xml | 10 ---------- .../.idea/encodings.xml | 4 ---- .../.idea/indexLayout.xml | 8 -------- .../libraries/androidx_activity_activity.xml | 10 ---------- .../androidx_activity_activity_ktx.xml | 10 ---------- .../androidx_annotation_annotation.xml | 9 --------- ...roidx_annotation_annotation_experimental.xml | 10 ---------- .../libraries/androidx_appcompat_appcompat.xml | 10 ---------- .../androidx_appcompat_appcompat_resources.xml | 10 ---------- .../androidx_arch_core_core_common.xml | 9 --------- .../androidx_arch_core_core_runtime.xml | 9 --------- ..._asynclayoutinflater_asynclayoutinflater.xml | 9 --------- .../libraries/androidx_browser_browser.xml | 10 ---------- .../libraries/androidx_cardview_cardview.xml | 10 ---------- .../androidx_collection_collection.xml | 9 --------- .../androidx_collection_collection_ktx.xml | 9 --------- .../androidx_concurrent_concurrent_futures.xml | 9 --------- ...droidx_constraintlayout_constraintlayout.xml | 10 ---------- ...x_constraintlayout_constraintlayout_core.xml | 9 --------- ...oidx_coordinatorlayout_coordinatorlayout.xml | 10 ---------- .../.idea/libraries/androidx_core_core.xml | 10 ---------- .../.idea/libraries/androidx_core_core_ktx.xml | 10 ---------- .../androidx_cursoradapter_cursoradapter.xml | 9 --------- .../androidx_customview_customview.xml | 9 --------- .../androidx_documentfile_documentfile.xml | 9 --------- .../androidx_drawerlayout_drawerlayout.xml | 10 ---------- ...droidx_dynamicanimation_dynamicanimation.xml | 9 --------- .../.idea/libraries/androidx_emoji2_emoji2.xml | 10 ---------- .../androidx_emoji2_emoji2_views_helper.xml | 10 ---------- .../androidx_exifinterface_exifinterface.xml | 9 --------- .../libraries/androidx_fragment_fragment.xml | 10 ---------- .../androidx_fragment_fragment_ktx.xml | 10 ---------- .../androidx_interpolator_interpolator.xml | 9 --------- .../androidx_legacy_legacy_support_core_ui.xml | 9 --------- ...ndroidx_legacy_legacy_support_core_utils.xml | 9 --------- .../androidx_legacy_legacy_support_v4.xml | 9 --------- .../androidx_lifecycle_lifecycle_common.xml | 9 --------- .../androidx_lifecycle_lifecycle_livedata.xml | 10 ---------- ...droidx_lifecycle_lifecycle_livedata_core.xml | 10 ---------- ...dx_lifecycle_lifecycle_livedata_core_ktx.xml | 10 ---------- .../androidx_lifecycle_lifecycle_process.xml | 10 ---------- .../androidx_lifecycle_lifecycle_runtime.xml | 10 ---------- ...androidx_lifecycle_lifecycle_runtime_ktx.xml | 10 ---------- .../androidx_lifecycle_lifecycle_viewmodel.xml | 10 ---------- ...droidx_lifecycle_lifecycle_viewmodel_ktx.xml | 10 ---------- ...lifecycle_lifecycle_viewmodel_savedstate.xml | 10 ---------- .../.idea/libraries/androidx_loader_loader.xml | 9 --------- ...albroadcastmanager_localbroadcastmanager.xml | 10 ---------- .../.idea/libraries/androidx_media_media.xml | 10 ---------- .../androidx_navigation_navigation_common.xml | 10 ---------- .../androidx_navigation_navigation_fragment.xml | 10 ---------- .../androidx_navigation_navigation_runtime.xml | 10 ---------- .../androidx_navigation_navigation_ui.xml | 10 ---------- .../.idea/libraries/androidx_print_print.xml | 9 --------- .../androidx_recyclerview_recyclerview.xml | 10 ---------- ...inspection_resourceinspection_annotation.xml | 9 --------- .../androidx_savedstate_savedstate.xml | 10 ---------- .../androidx_savedstate_savedstate_ktx.xml | 10 ---------- .../androidx_security_security_crypto.xml | 9 --------- ...oidx_slidingpanelayout_slidingpanelayout.xml | 10 ---------- .../androidx_startup_startup_runtime.xml | 10 ---------- ...dx_swiperefreshlayout_swiperefreshlayout.xml | 10 ---------- .../libraries/androidx_tracing_tracing.xml | 10 ---------- .../androidx_transition_transition.xml | 10 ---------- .../androidx_vectordrawable_vectordrawable.xml | 9 --------- ...x_vectordrawable_vectordrawable_animated.xml | 9 --------- ..._versionedparcelable_versionedparcelable.xml | 9 --------- .../androidx_viewpager2_viewpager2.xml | 10 ---------- .../libraries/androidx_viewpager_viewpager.xml | 9 --------- .../.idea/libraries/androidx_window_window.xml | 10 ---------- .../.idea/libraries/annotations.xml | 9 --------- .../com_google_android_material_material.xml | 10 ---------- .../.idea/libraries/disklrucache.xml | 9 --------- .../.idea/libraries/gifdecoder.xml | 9 --------- .../.idea/libraries/glide.xml | 10 ---------- .../.idea/libraries/guava_listenablefuture.xml | 9 --------- .../.idea/libraries/maui.xml | 10 ---------- .../org_jetbrains_annotations_23_0_0.xml | 9 --------- ...rg_jetbrains_kotlin_kotlin_stdlib_1_7_20.xml | 9 --------- ...rains_kotlin_kotlin_stdlib_common_1_7_20.xml | 9 --------- ...tbrains_kotlin_kotlin_stdlib_jdk7_1_7_20.xml | 9 --------- ...tbrains_kotlin_kotlin_stdlib_jdk8_1_7_20.xml | 9 --------- ...kotlinx_kotlinx_coroutines_android_1_6_4.xml | 9 --------- ...otlinx_kotlinx_coroutines_core_jvm_1_6_4.xml | 9 --------- .../.idea.ServiceEngineerSupport/.idea/vcs.xml | 6 ------ ...ngineerSupport.sln => CrossPlatformSuite.sln | 0 87 files changed, 818 deletions(-) delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/.gitignore delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/deploymentTargetDropDown.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/encodings.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/indexLayout.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_activity_activity.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_activity_activity_ktx.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_annotation_annotation.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_annotation_annotation_experimental.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_appcompat_appcompat.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_appcompat_appcompat_resources.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_arch_core_core_common.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_arch_core_core_runtime.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_asynclayoutinflater_asynclayoutinflater.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_browser_browser.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_cardview_cardview.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_collection_collection.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_collection_collection_ktx.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_concurrent_concurrent_futures.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_constraintlayout_constraintlayout.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_core_core.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_core_core_ktx.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_cursoradapter_cursoradapter.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_customview_customview.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_documentfile_documentfile.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_drawerlayout_drawerlayout.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_emoji2_emoji2.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_exifinterface_exifinterface.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_fragment_fragment.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_fragment_fragment_ktx.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_interpolator_interpolator.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_core_ui.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_v4.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_common.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_process.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_loader_loader.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_media_media.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_common.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_fragment.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_runtime.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_ui.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_print_print.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_recyclerview_recyclerview.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_savedstate_savedstate.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_savedstate_savedstate_ktx.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_security_security_crypto.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_startup_startup_runtime.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_tracing_tracing.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_transition_transition.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_vectordrawable_vectordrawable.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_viewpager2_viewpager2.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_viewpager_viewpager.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_window_window.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/annotations.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/com_google_android_material_material.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/disklrucache.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/gifdecoder.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/glide.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/guava_listenablefuture.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/maui.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_annotations_23_0_0.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_7_20.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_7_20.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_7_20.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_7_20.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_6_4.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_6_4.xml delete mode 100644 .idea/.idea.ServiceEngineerSupport/.idea/vcs.xml rename ServiceEngineerSupport.sln => CrossPlatformSuite.sln (100%) diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/.gitignore b/.idea/.idea.ServiceEngineerSupport/.idea/.gitignore deleted file mode 100644 index c22eb8f..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/projectSettingsUpdater.xml -/modules.xml -/.idea.ServiceEngineerSupport.iml -/contentModel.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml - -**/bin/ -**/obj/Debug -**/obj/Release diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/deploymentTargetDropDown.xml b/.idea/.idea.ServiceEngineerSupport/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 8775ad5..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/encodings.xml b/.idea/.idea.ServiceEngineerSupport/.idea/encodings.xml deleted file mode 100644 index df87cf9..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/indexLayout.xml b/.idea/.idea.ServiceEngineerSupport/.idea/indexLayout.xml deleted file mode 100644 index 7b08163..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_activity_activity.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_activity_activity.xml deleted file mode 100644 index 66c6098..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_activity_activity.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_activity_activity_ktx.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_activity_activity_ktx.xml deleted file mode 100644 index 47903c9..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_activity_activity_ktx.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_annotation_annotation.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_annotation_annotation.xml deleted file mode 100644 index 8e9b79b..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_annotation_annotation.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_annotation_annotation_experimental.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_annotation_annotation_experimental.xml deleted file mode 100644 index 51adc28..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_annotation_annotation_experimental.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_appcompat_appcompat.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_appcompat_appcompat.xml deleted file mode 100644 index dd6ceea..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_appcompat_appcompat.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_appcompat_appcompat_resources.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_appcompat_appcompat_resources.xml deleted file mode 100644 index f217775..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_appcompat_appcompat_resources.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_arch_core_core_common.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_arch_core_core_common.xml deleted file mode 100644 index 790ef39..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_arch_core_core_common.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_arch_core_core_runtime.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_arch_core_core_runtime.xml deleted file mode 100644 index 20cc161..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_arch_core_core_runtime.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_asynclayoutinflater_asynclayoutinflater.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_asynclayoutinflater_asynclayoutinflater.xml deleted file mode 100644 index 3338f43..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_asynclayoutinflater_asynclayoutinflater.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_browser_browser.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_browser_browser.xml deleted file mode 100644 index 2be430a..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_browser_browser.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_cardview_cardview.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_cardview_cardview.xml deleted file mode 100644 index ca4426f..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_cardview_cardview.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_collection_collection.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_collection_collection.xml deleted file mode 100644 index 5d35855..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_collection_collection.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_collection_collection_ktx.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_collection_collection_ktx.xml deleted file mode 100644 index 3c0992b..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_collection_collection_ktx.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_concurrent_concurrent_futures.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_concurrent_concurrent_futures.xml deleted file mode 100644 index 5022e92..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_concurrent_concurrent_futures.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_constraintlayout_constraintlayout.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_constraintlayout_constraintlayout.xml deleted file mode 100644 index da1d12d..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_constraintlayout_constraintlayout.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml deleted file mode 100644 index c6539e7..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml deleted file mode 100644 index 3f81e90..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_core_core.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_core_core.xml deleted file mode 100644 index d5415f2..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_core_core.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_core_core_ktx.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_core_core_ktx.xml deleted file mode 100644 index c2d8644..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_core_core_ktx.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_cursoradapter_cursoradapter.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_cursoradapter_cursoradapter.xml deleted file mode 100644 index 1cc1902..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_cursoradapter_cursoradapter.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_customview_customview.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_customview_customview.xml deleted file mode 100644 index c3445fe..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_customview_customview.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_documentfile_documentfile.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_documentfile_documentfile.xml deleted file mode 100644 index 80e6b79..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_documentfile_documentfile.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_drawerlayout_drawerlayout.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_drawerlayout_drawerlayout.xml deleted file mode 100644 index 3c0a8a8..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_drawerlayout_drawerlayout.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml deleted file mode 100644 index ba971f8..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_emoji2_emoji2.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_emoji2_emoji2.xml deleted file mode 100644 index 5c80af8..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_emoji2_emoji2.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml deleted file mode 100644 index 22fd72b..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_exifinterface_exifinterface.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_exifinterface_exifinterface.xml deleted file mode 100644 index 324a694..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_exifinterface_exifinterface.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_fragment_fragment.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_fragment_fragment.xml deleted file mode 100644 index 68c537b..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_fragment_fragment.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_fragment_fragment_ktx.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_fragment_fragment_ktx.xml deleted file mode 100644 index 0b2ef23..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_fragment_fragment_ktx.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_interpolator_interpolator.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_interpolator_interpolator.xml deleted file mode 100644 index 2e68429..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_interpolator_interpolator.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_core_ui.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_core_ui.xml deleted file mode 100644 index ea7be1d..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_core_ui.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml deleted file mode 100644 index 3a85add..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_v4.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_v4.xml deleted file mode 100644 index e647631..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_legacy_legacy_support_v4.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_common.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_common.xml deleted file mode 100644 index 7a5db18..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_common.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml deleted file mode 100644 index 1c2fb29..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml deleted file mode 100644 index af3b03c..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml deleted file mode 100644 index c2d20d5..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_process.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_process.xml deleted file mode 100644 index 758c821..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_process.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml deleted file mode 100644 index cb22d01..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml deleted file mode 100644 index 6cee8fd..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml deleted file mode 100644 index f4ce7f5..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml deleted file mode 100644 index 2d69187..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml deleted file mode 100644 index a5b6725..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_loader_loader.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_loader_loader.xml deleted file mode 100644 index f23ba85..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_loader_loader.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml deleted file mode 100644 index 621a2e5..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_media_media.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_media_media.xml deleted file mode 100644 index 1a69164..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_media_media.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_common.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_common.xml deleted file mode 100644 index 546fb9a..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_common.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_fragment.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_fragment.xml deleted file mode 100644 index 1eeb97e..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_fragment.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_runtime.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_runtime.xml deleted file mode 100644 index 5cd2613..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_runtime.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_ui.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_ui.xml deleted file mode 100644 index 48e63ef..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_navigation_navigation_ui.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_print_print.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_print_print.xml deleted file mode 100644 index bf2a5c5..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_print_print.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_recyclerview_recyclerview.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_recyclerview_recyclerview.xml deleted file mode 100644 index 614863d..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_recyclerview_recyclerview.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml deleted file mode 100644 index 343d616..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_savedstate_savedstate.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_savedstate_savedstate.xml deleted file mode 100644 index f85de65..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_savedstate_savedstate.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_savedstate_savedstate_ktx.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_savedstate_savedstate_ktx.xml deleted file mode 100644 index 95e006d..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_savedstate_savedstate_ktx.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_security_security_crypto.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_security_security_crypto.xml deleted file mode 100644 index b3c88d2..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_security_security_crypto.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml deleted file mode 100644 index 7db3b77..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_startup_startup_runtime.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_startup_startup_runtime.xml deleted file mode 100644 index 8cc81b5..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_startup_startup_runtime.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml deleted file mode 100644 index 4db1474..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_tracing_tracing.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_tracing_tracing.xml deleted file mode 100644 index f902961..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_tracing_tracing.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_transition_transition.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_transition_transition.xml deleted file mode 100644 index 9891873..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_transition_transition.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_vectordrawable_vectordrawable.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_vectordrawable_vectordrawable.xml deleted file mode 100644 index 7ad5667..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_vectordrawable_vectordrawable.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml deleted file mode 100644 index 40a6c9e..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml deleted file mode 100644 index 35e4434..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_viewpager2_viewpager2.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_viewpager2_viewpager2.xml deleted file mode 100644 index 96d100a..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_viewpager2_viewpager2.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_viewpager_viewpager.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_viewpager_viewpager.xml deleted file mode 100644 index 2c370f5..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_viewpager_viewpager.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_window_window.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_window_window.xml deleted file mode 100644 index 5cd5534..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/androidx_window_window.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/annotations.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/annotations.xml deleted file mode 100644 index 9b39802..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/annotations.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/com_google_android_material_material.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/com_google_android_material_material.xml deleted file mode 100644 index e124109..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/com_google_android_material_material.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/disklrucache.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/disklrucache.xml deleted file mode 100644 index 6fd5331..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/disklrucache.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/gifdecoder.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/gifdecoder.xml deleted file mode 100644 index 0c3c68e..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/gifdecoder.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/glide.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/glide.xml deleted file mode 100644 index 8de4f3f..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/glide.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/guava_listenablefuture.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/guava_listenablefuture.xml deleted file mode 100644 index 56fe527..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/guava_listenablefuture.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/maui.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/maui.xml deleted file mode 100644 index ee64c53..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/maui.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_annotations_23_0_0.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_annotations_23_0_0.xml deleted file mode 100644 index 6216ba9..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_annotations_23_0_0.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_7_20.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_7_20.xml deleted file mode 100644 index 53127ea..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_7_20.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_7_20.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_7_20.xml deleted file mode 100644 index 7c1fc45..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_7_20.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_7_20.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_7_20.xml deleted file mode 100644 index a11353b..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_7_20.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_7_20.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_7_20.xml deleted file mode 100644 index 374a32f..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_7_20.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_6_4.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_6_4.xml deleted file mode 100644 index 0bffa70..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_6_4.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_6_4.xml b/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_6_4.xml deleted file mode 100644 index 64f36c1..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_6_4.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.ServiceEngineerSupport/.idea/vcs.xml b/.idea/.idea.ServiceEngineerSupport/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/.idea.ServiceEngineerSupport/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/ServiceEngineerSupport.sln b/CrossPlatformSuite.sln similarity index 100% rename from ServiceEngineerSupport.sln rename to CrossPlatformSuite.sln