This is an automated email from the ASF dual-hosted git repository.
cnryb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-playground.git
The following commit(s) were added to refs/heads/master by this push:
new 7fe693d test Android inspector
7fe693d is described below
commit 7fe693dde0f6710553f08840be785392209c611d
Author: 任跃兵 <[email protected]>
AuthorDate: Sat Jan 4 11:55:55 2020 +0800
test Android inspector
---
android/playground/build.gradle | 2 +-
android/settings.gradle | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/android/playground/build.gradle b/android/playground/build.gradle
index 1d896f6..4ed19a4 100755
--- a/android/playground/build.gradle
+++ b/android/playground/build.gradle
@@ -109,7 +109,7 @@ dependencies {
implementation 'com.taobao.android.weex_inspection:protocol:1.1.4.1'
implementation
'com.android.support.test.espresso:espresso-idling-resource:2.2.2'
implementation 'com.taobao.android:weex_inspector:0.24.2.4'
- //implementation project(":weex_inspector")
+// implementation project(":inspector")
// Bind actions to effects. See https://alibaba.github.io/bindingx/
implementation 'com.alibaba.android:bindingx-core:1.1.1.2@aar'
diff --git a/android/settings.gradle b/android/settings.gradle
index f752347..d708390 100644
--- a/android/settings.gradle
+++ b/android/settings.gradle
@@ -2,4 +2,6 @@ rootProject.name = 'weex-playground'
include ":playground"
include ":commons"
+//include ":inspector"
+//project(":inspector").projectDir = new File("../../inspector")