diff --git a/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Group$$och.java b/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Group$$och.java new file mode 100644 index 0000000000..03c21a6150 --- /dev/null +++ b/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Group$$och.java @@ -0,0 +1,18 @@ +package com.alibaba.android.arouter.routes; + +import com.alibaba.android.arouter.facade.enums.RouteType; +import com.alibaba.android.arouter.facade.model.RouteMeta; +import com.alibaba.android.arouter.facade.template.IRouteGroup; +import com.mogo.och.taxi.MogoOCHTaxi; +import java.lang.Override; +import java.lang.String; +import java.util.Map; + +/** + * DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */ +public class ARouter$$Group$$och implements IRouteGroup { + @Override + public void loadInto(Map atlas) { + atlas.put("/och/api", RouteMeta.build(RouteType.PROVIDER, MogoOCHTaxi.class, "/och/api", "och", null, -1, -2147483648)); + } +} diff --git a/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoochtaxi.java b/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoochtaxi.java new file mode 100644 index 0000000000..205cb1db7c --- /dev/null +++ b/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoochtaxi.java @@ -0,0 +1,18 @@ +package com.alibaba.android.arouter.routes; + +import com.alibaba.android.arouter.facade.enums.RouteType; +import com.alibaba.android.arouter.facade.model.RouteMeta; +import com.alibaba.android.arouter.facade.template.IProviderGroup; +import com.mogo.och.taxi.MogoOCHTaxi; +import java.lang.Override; +import java.lang.String; +import java.util.Map; + +/** + * DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */ +public class ARouter$$Providers$$mogoochtaxi implements IProviderGroup { + @Override + public void loadInto(Map providers) { + providers.put("com.mogo.och.IMogoOCH", RouteMeta.build(RouteType.PROVIDER, MogoOCHTaxi.class, "/och/api", "och", null, -1, -2147483648)); + } +} diff --git a/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoochtaxi.java b/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoochtaxi.java new file mode 100644 index 0000000000..2aa7ef0ad4 --- /dev/null +++ b/OCH/mogo-och-taxi/build/generated/ap_generated_sources/debug/out/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoochtaxi.java @@ -0,0 +1,17 @@ +package com.alibaba.android.arouter.routes; + +import com.alibaba.android.arouter.facade.template.IRouteGroup; +import com.alibaba.android.arouter.facade.template.IRouteRoot; +import java.lang.Class; +import java.lang.Override; +import java.lang.String; +import java.util.Map; + +/** + * DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */ +public class ARouter$$Root$$mogoochtaxi implements IRouteRoot { + @Override + public void loadInto(Map> routes) { + routes.put("och", ARouter$$Group$$och.class); + } +} diff --git a/OCH/mogo-och-taxi/build/generated/source/buildConfig/debug/com/mogo/och/taxi/BuildConfig.java b/OCH/mogo-och-taxi/build/generated/source/buildConfig/debug/com/mogo/och/taxi/BuildConfig.java new file mode 100644 index 0000000000..7b40db0d41 --- /dev/null +++ b/OCH/mogo-och-taxi/build/generated/source/buildConfig/debug/com/mogo/och/taxi/BuildConfig.java @@ -0,0 +1,18 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.mogo.och.taxi; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String LIBRARY_PACKAGE_NAME = "com.mogo.och.taxi"; + /** + * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME + */ + @Deprecated + public static final String APPLICATION_ID = "com.mogo.och.taxi"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0.0"; +} diff --git a/OCH/mogo-och-taxi/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/OCH/mogo-och-taxi/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml new file mode 100644 index 0000000000..0c24796365 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml @@ -0,0 +1,12 @@ + + + + + / + + \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json b/OCH/mogo-och-taxi/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json new file mode 100644 index 0000000000..eeb9381fe9 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"mogo-och-taxi-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.och.taxi","split":""}}] \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/OCH/mogo-och-taxi/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000000..0e71b72210 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{"jetified-arouter-compiler-1.2.2.jar (com.alibaba:arouter-compiler:1.2.2)":false,"auto-service-1.0-rc2.jar (com.google.auto.service:auto-service:1.0-rc2)":false} \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/compile_library_classes/debug/classes.jar b/OCH/mogo-och-taxi/build/intermediates/compile_library_classes/debug/classes.jar new file mode 100644 index 0000000000..9e3dbe675d Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/compile_library_classes/debug/classes.jar differ diff --git a/OCH/mogo-och-taxi/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar b/OCH/mogo-och-taxi/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar new file mode 100644 index 0000000000..b8f8d65d88 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar differ diff --git a/OCH/mogo-och-taxi/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/OCH/mogo-och-taxi/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000000..c0d18a288b --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/incremental/mergeDebugShaders/merger.xml b/OCH/mogo-och-taxi/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000000..86da0d1541 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugAssets/merger.xml b/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugAssets/merger.xml new file mode 100644 index 0000000000..e3280d4f98 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugResources/compile-file-map.properties new file mode 100644 index 0000000000..2cbee2d125 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugResources/compile-file-map.properties @@ -0,0 +1,2 @@ +#Mon Jan 18 16:01:59 CST 2021 +/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/OCH/mogo-och-taxi/src/main/res/layout/module_och_taxi_fragment.xml=/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/OCH/mogo-och-taxi/build/intermediates/packaged_res/debug/layout/module_och_taxi_fragment.xml diff --git a/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugResources/merger.xml b/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugResources/merger.xml new file mode 100644 index 0000000000..9bf45c4228 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/incremental/packageDebugResources/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$och.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$och.class new file mode 100644 index 0000000000..f9b533cff5 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Group$$och.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoochtaxi.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoochtaxi.class new file mode 100644 index 0000000000..ec1b165416 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Providers$$mogoochtaxi.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoochtaxi.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoochtaxi.class new file mode 100644 index 0000000000..ea7026b0eb Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/alibaba/android/arouter/routes/ARouter$$Root$$mogoochtaxi.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/BuildConfig.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/BuildConfig.class new file mode 100644 index 0000000000..3c7f089d8e Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/BuildConfig.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/IMogoOCHTaxiArriveCallback.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/IMogoOCHTaxiArriveCallback.class new file mode 100644 index 0000000000..62ac6c4f9b Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/IMogoOCHTaxiArriveCallback.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxi.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxi.class new file mode 100644 index 0000000000..297566be2f Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxi.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$1.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$1.class new file mode 100644 index 0000000000..868736a3ff Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$1.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$2.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$2.class new file mode 100644 index 0000000000..14be0d7f2d Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$2.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$LocationListener.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$LocationListener.class new file mode 100644 index 0000000000..8d7896897f Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$LocationListener.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OCHArriveNotifyCallback.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OCHArriveNotifyCallback.class new file mode 100644 index 0000000000..2a15356e70 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OCHArriveNotifyCallback.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OrderMsgListener.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OrderMsgListener.class new file mode 100644 index 0000000000..e9c017ed43 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OrderMsgListener.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OrderStatusMsgListener.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OrderStatusMsgListener.class new file mode 100644 index 0000000000..18c932c913 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel$OrderStatusMsgListener.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel.class new file mode 100644 index 0000000000..a5a14fff52 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/MogoOCHTaxiModel.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHOrderStatus.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHOrderStatus.class new file mode 100644 index 0000000000..aeeb7b84bd Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHOrderStatus.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHOrderStatusCallback.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHOrderStatusCallback.class new file mode 100644 index 0000000000..d298bf9976 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHOrderStatusCallback.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiOrderStatus.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiOrderStatus.class new file mode 100644 index 0000000000..8a099d0e70 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiOrderStatus.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiOrderStatusResponse.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiOrderStatusResponse.class new file mode 100644 index 0000000000..44ec60509a Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiOrderStatusResponse.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$1.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$1.class new file mode 100644 index 0000000000..a6fc73258d Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$1.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$OCHTaxiStation$1.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$OCHTaxiStation$1.class new file mode 100644 index 0000000000..af9819e7c2 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$OCHTaxiStation$1.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$OCHTaxiStation.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$OCHTaxiStation.class new file mode 100644 index 0000000000..c997a8078b Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse$OCHTaxiStation.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse.class new file mode 100644 index 0000000000..5e411aeccb Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiResponse.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiServiceApi.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiServiceApi.class new file mode 100644 index 0000000000..b647a92a2b Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/OCHTaxiServiceApi.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiFragment.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiFragment.class new file mode 100644 index 0000000000..dd118efa1a Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiFragment.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiPresenter.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiPresenter.class new file mode 100644 index 0000000000..f881fb83bb Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiPresenter.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiUiController.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiUiController.class new file mode 100644 index 0000000000..a643211023 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiUiController.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiView.class b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiView.class new file mode 100644 index 0000000000..fd9c60a0b6 Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/javac/debug/classes/com/mogo/och/taxi/ui/OCHTaxiView.class differ diff --git a/OCH/mogo-och-taxi/build/intermediates/library_java_res/debug/res.jar b/OCH/mogo-och-taxi/build/intermediates/library_java_res/debug/res.jar new file mode 100644 index 0000000000..15cb0ecb3e Binary files /dev/null and b/OCH/mogo-och-taxi/build/intermediates/library_java_res/debug/res.jar differ diff --git a/OCH/mogo-och-taxi/build/intermediates/library_manifest/debug/AndroidManifest.xml b/OCH/mogo-och-taxi/build/intermediates/library_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000000..0c24796365 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/library_manifest/debug/AndroidManifest.xml @@ -0,0 +1,12 @@ + + + + + / + + \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt b/OCH/mogo-och-taxi/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt new file mode 100644 index 0000000000..283a32933b --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/local_only_symbol_list/debug/parseDebugLibraryResources/R-def.txt @@ -0,0 +1,5 @@ +R_DEF: Internal format may change without notice +local +id autoPilot +id orderInfo +layout module_och_taxi_fragment diff --git a/OCH/mogo-och-taxi/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/OCH/mogo-och-taxi/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000000..6676a45e37 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,14 @@ +1 +2 +6 +7 /Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/OCH/mogo-och-taxi/src/main/AndroidManifest.xml +9 android:targetSdkVersion="22" /> +9-->/Users/congtaowang/Public/AndroidStudioProjects/zhidao/yycp/MogoLauncher/OCH/mogo-och-taxi/src/main/AndroidManifest.xml +10 / +11 +12 diff --git a/OCH/mogo-och-taxi/build/intermediates/merged_manifests/debug/output.json b/OCH/mogo-och-taxi/build/intermediates/merged_manifests/debug/output.json new file mode 100644 index 0000000000..5963e42fe6 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/merged_manifests/debug/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"mogo-och-taxi-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.och.taxi","split":""}}] \ No newline at end of file diff --git a/OCH/mogo-och-taxi/build/intermediates/packaged_res/debug/layout/module_och_taxi_fragment.xml b/OCH/mogo-och-taxi/build/intermediates/packaged_res/debug/layout/module_och_taxi_fragment.xml new file mode 100644 index 0000000000..efa9185d26 --- /dev/null +++ b/OCH/mogo-och-taxi/build/intermediates/packaged_res/debug/layout/module_och_taxi_fragment.xml @@ -0,0 +1,21 @@ + + + + + +