From 3b0afdf9eaf817ce287fc767572e8b0f5ae2d648 Mon Sep 17 00:00:00 2001 From: Jay Lux Ferro Date: Mon, 5 Nov 2018 17:08:10 +0000 Subject: [PATCH 1/2] updated FetchUrl to include google key param --- .idea/caches/build_file_checksums.ser | Bin 0 -> 595 bytes .idea/codeStyles/Project.xml | 29 + build.gradle | 5 +- drawroutemap/.idea/codeStyles/Project.xml | 29 + drawroutemap/.idea/gradle.xml | 19 + ...le__android_arch_core_common_1_0_0_jar.xml | 11 + ...ndroid_arch_lifecycle_common_1_0_3_jar.xml | 11 + ...__android_arch_lifecycle_runtime_1_0_3.xml | 12 + ...upport_animated_vector_drawable_27_0_2.xml | 12 + ...om_android_support_appcompat_v7_27_0_2.xml | 12 + ...support_support_annotations_27_0_2_jar.xml | 11 + ..._android_support_support_compat_27_0_2.xml | 12 + ...android_support_support_core_ui_27_0_2.xml | 12 + ...roid_support_support_core_utils_27_0_2.xml | 12 + ...ndroid_support_support_fragment_27_0_2.xml | 12 + ...id_support_support_media_compat_27_0_2.xml | 12 + ..._com_android_support_support_v4_27_0_2.xml | 12 + ...support_support_vector_drawable_27_0_2.xml | 12 + ..._android_gms_play_services_base_11_8_0.xml | 10 + ..._gms_play_services_base_license_11_8_0.xml | 10 + ...roid_gms_play_services_basement_11_8_0.xml | 10 + ..._play_services_basement_license_11_8_0.xml | 10 + ..._android_gms_play_services_maps_11_8_0.xml | 10 + ..._gms_play_services_maps_license_11_8_0.xml | 10 + ...android_gms_play_services_tasks_11_8_0.xml | 10 + ...gle_firebase_firebase_analytics_11_8_0.xml | 10 + ...irebase_firebase_analytics_impl_11_8_0.xml | 10 + ...firebase_analytics_impl_license_11_8_0.xml | 10 + ...base_firebase_analytics_license_11_8_0.xml | 10 + ...irebase_firebase_common_license_11_8_0.xml | 10 + ...m_google_firebase_firebase_core_11_8_0.xml | 10 + ...e_firebase_firebase_iid_license_11_8_0.xml | 10 + drawroutemap/.idea/misc.xml | 38 + drawroutemap/.idea/modules.xml | 10 + drawroutemap/.idea/runConfigurations.xml | 12 + drawroutemap/.idea/vcs.xml | 6 + drawroutemap/.idea/workspace.xml | 3203 +++++++++++++++++ .../gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 54329 bytes .../gradle/wrapper/gradle-wrapper.properties | 5 + drawroutemap/gradlew | 172 + drawroutemap/gradlew.bat | 84 + drawroutemap/local.properties | 9 + .../lib/drawroutemap/DrawRouteMaps.java | 3 +- .../ahmadrosid/lib/drawroutemap/FetchUrl.java | 5 +- drawroutemap/src/main/res/values/strings.xml | 1 + gradle/wrapper/gradle-wrapper.properties | 4 +- 46 files changed, 3920 insertions(+), 7 deletions(-) create mode 100644 .idea/caches/build_file_checksums.ser create mode 100644 .idea/codeStyles/Project.xml create mode 100644 drawroutemap/.idea/codeStyles/Project.xml create mode 100644 drawroutemap/.idea/gradle.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__android_arch_core_common_1_0_0_jar.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__android_arch_lifecycle_common_1_0_3_jar.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_0_3.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_appcompat_v7_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_support_annotations_27_0_2_jar.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_support_compat_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_support_core_ui_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_support_core_utils_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_support_fragment_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_support_media_compat_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_support_v4_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_android_support_support_vector_drawable_27_0_2.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_base_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_base_license_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_license_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_maps_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_maps_license_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_tasks_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_impl_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_impl_license_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_license_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_common_license_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_core_11_8_0.xml create mode 100644 drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_iid_license_11_8_0.xml create mode 100644 drawroutemap/.idea/misc.xml create mode 100644 drawroutemap/.idea/modules.xml create mode 100644 drawroutemap/.idea/runConfigurations.xml create mode 100644 drawroutemap/.idea/vcs.xml create mode 100644 drawroutemap/.idea/workspace.xml create mode 100755 drawroutemap/gradle/wrapper/gradle-wrapper.jar create mode 100755 drawroutemap/gradle/wrapper/gradle-wrapper.properties create mode 100755 drawroutemap/gradlew create mode 100755 drawroutemap/gradlew.bat create mode 100644 drawroutemap/local.properties diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000000000000000000000000000000000000..1ddd62cb801ab9498d3ec0629a2b89b3eee2eda7 GIT binary patch literal 595 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r}2z_zyOYkOxc*3?Q2s1oBzbR&QHUoS->nmgF`4w~tB~ zbo4`uQ;UlAvl1(FN-NS*i;D8~p=RhK0;nLhs3bGBxU`U=j)4ti&=uL9oBa%%SY9@8 z&Uo{~sjh^9CkYgAFzew8AM*Hh+ecsMTBW_9Hf4#SWeI~oPJVJ?4k*|$O!fWVZ?Ib9 zY3+-rzW2XQo0nO_AemB>SYDK0T9TTZSfG#HitwbD;Jvo2pox5YP%iJTBkT s8z+42YsaJ56TuH$Z=|jRIw-LKm(lvyX4x-KI8?V)m^EeN(}oun0FIN^EdT%j literal 0 HcmV?d00001 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..30aa626 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 893eee6..73d7ed0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,9 +6,10 @@ buildscript { maven { url 'https://maven.google.com/' } + google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.google.gms:google-services:3.1.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' } @@ -16,8 +17,8 @@ buildscript { allprojects { repositories { - jcenter() google() + jcenter() maven { url 'https://maven.google.com/' } diff --git a/drawroutemap/.idea/codeStyles/Project.xml b/drawroutemap/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..30aa626 --- /dev/null +++ b/drawroutemap/.idea/codeStyles/Project.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/gradle.xml b/drawroutemap/.idea/gradle.xml new file mode 100644 index 0000000..16c3969 --- /dev/null +++ b/drawroutemap/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__android_arch_core_common_1_0_0_jar.xml b/drawroutemap/.idea/libraries/Gradle__android_arch_core_common_1_0_0_jar.xml new file mode 100644 index 0000000..0647ff1 --- /dev/null +++ b/drawroutemap/.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/drawroutemap/.idea/libraries/Gradle__android_arch_lifecycle_common_1_0_3_jar.xml b/drawroutemap/.idea/libraries/Gradle__android_arch_lifecycle_common_1_0_3_jar.xml new file mode 100644 index 0000000..b112cae --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__android_arch_lifecycle_common_1_0_3_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_0_3.xml b/drawroutemap/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_0_3.xml new file mode 100644 index 0000000..9186021 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_0_3.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_27_0_2.xml new file mode 100644 index 0000000..5476f2d --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_appcompat_v7_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_appcompat_v7_27_0_2.xml new file mode 100644 index 0000000..fa8af3a --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_appcompat_v7_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_support_annotations_27_0_2_jar.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_annotations_27_0_2_jar.xml new file mode 100644 index 0000000..a33208b --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_annotations_27_0_2_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_support_compat_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_compat_27_0_2.xml new file mode 100644 index 0000000..3b8766e --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_compat_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_support_core_ui_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_core_ui_27_0_2.xml new file mode 100644 index 0000000..c408d15 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_core_ui_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_support_core_utils_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_core_utils_27_0_2.xml new file mode 100644 index 0000000..9385de6 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_core_utils_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_support_fragment_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_fragment_27_0_2.xml new file mode 100644 index 0000000..5393a46 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_fragment_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_support_media_compat_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_media_compat_27_0_2.xml new file mode 100644 index 0000000..ccb9307 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_media_compat_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_support_v4_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_v4_27_0_2.xml new file mode 100644 index 0000000..2b09d82 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_v4_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_android_support_support_vector_drawable_27_0_2.xml b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_vector_drawable_27_0_2.xml new file mode 100644 index 0000000..7c32f2b --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_android_support_support_vector_drawable_27_0_2.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_base_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_base_11_8_0.xml new file mode 100644 index 0000000..873cf40 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_base_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_base_license_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_base_license_11_8_0.xml new file mode 100644 index 0000000..dd5a454 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_base_license_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_11_8_0.xml new file mode 100644 index 0000000..d396f2d --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_license_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_license_11_8_0.xml new file mode 100644 index 0000000..81ebda9 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_license_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_maps_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_maps_11_8_0.xml new file mode 100644 index 0000000..9624dff --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_maps_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_maps_license_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_maps_license_11_8_0.xml new file mode 100644 index 0000000..b405332 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_maps_license_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_tasks_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_tasks_11_8_0.xml new file mode 100644 index 0000000..5e30368 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_android_gms_play_services_tasks_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_11_8_0.xml new file mode 100644 index 0000000..3d07707 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_impl_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_impl_11_8_0.xml new file mode 100644 index 0000000..5d390f4 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_impl_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_impl_license_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_impl_license_11_8_0.xml new file mode 100644 index 0000000..c99301a --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_impl_license_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_license_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_license_11_8_0.xml new file mode 100644 index 0000000..d40ba8b --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_license_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_common_license_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_common_license_11_8_0.xml new file mode 100644 index 0000000..c8343fc --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_common_license_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_core_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_core_11_8_0.xml new file mode 100644 index 0000000..f980837 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_core_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_iid_license_11_8_0.xml b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_iid_license_11_8_0.xml new file mode 100644 index 0000000..366d392 --- /dev/null +++ b/drawroutemap/.idea/libraries/Gradle__com_google_firebase_firebase_iid_license_11_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/misc.xml b/drawroutemap/.idea/misc.xml new file mode 100644 index 0000000..b0c7b20 --- /dev/null +++ b/drawroutemap/.idea/misc.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/modules.xml b/drawroutemap/.idea/modules.xml new file mode 100644 index 0000000..50015dc --- /dev/null +++ b/drawroutemap/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/runConfigurations.xml b/drawroutemap/.idea/runConfigurations.xml new file mode 100644 index 0000000..7f68460 --- /dev/null +++ b/drawroutemap/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/vcs.xml b/drawroutemap/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/drawroutemap/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/drawroutemap/.idea/workspace.xml b/drawroutemap/.idea/workspace.xml new file mode 100644 index 0000000..9530d4c --- /dev/null +++ b/drawroutemap/.idea/workspace.xml @@ -0,0 +1,3203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ContextCompat + DrawRouteMaps + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +