This is an automated email from the ASF dual-hosted git repository.

kyork 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 c872038  Update playground
c872038 is described below

commit c872038397c4b68319a4e6c55c75db561ea1c2c5
Author: york.sy <[email protected]>
AuthorDate: Wed Oct 23 16:31:53 2019 +0800

    Update playground
---
 android/build.gradle            | 2 +-
 android/commons/build.gradle    | 2 +-
 android/playground/build.gradle | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/android/build.gradle b/android/build.gradle
index 90b9cc8..1e5b68b 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -44,6 +44,6 @@ ext {
     targetSdkVersion=28
     supportLibVersion="26.0.2"
     fastjsonLibVersion="1.1.46.android"
-    weexSdkVersion="0.28.0.1-SNAPSHOT"
+    weexSdkVersion="0.28.0"
     implementFromWeex = false
 }
diff --git a/android/commons/build.gradle b/android/commons/build.gradle
index 2422c6d..dab89cb 100644
--- a/android/commons/build.gradle
+++ b/android/commons/build.gradle
@@ -70,7 +70,7 @@ dependencies {
         implementation project(':weex_sdk')
     }
     else {
-        implementation 
"com.taobao.android:weex_sdk:${project.weexSdkVersion}@aar"
+        implementation "org.apache.weex:sdk_legacy:${project.weexSdkVersion}"
     }
 }
 
diff --git a/android/playground/build.gradle b/android/playground/build.gradle
index fa746a1..5f16c34 100755
--- a/android/playground/build.gradle
+++ b/android/playground/build.gradle
@@ -124,7 +124,7 @@ dependencies {
         implementation project(':weex_sdk')
     }
     else {
-        implementation 
"com.taobao.android:weex_sdk:${project.weexSdkVersion}@aar"
+        implementation "org.apache.weex:sdk_legacy:${project.weexSdkVersion}"
     }
 }
 

Reply via email to