You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mi...@apache.org on 2018/03/30 03:35:38 UTC

incubator-weex git commit: *[android] weekly release 0.18.0-beta-3

Repository: incubator-weex
Updated Branches:
  refs/heads/master 069fea2a1 -> 28d776877


*[android] weekly release 0.18.0-beta-3


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/28d77687
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/28d77687
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/28d77687

Branch: refs/heads/master
Commit: 28d776877362b951a1337335d20d5e7f88cb5c46
Parents: 069fea2
Author: misakuo <mi...@apache.org>
Authored: Fri Mar 30 11:35:30 2018 +0800
Committer: misakuo <mi...@apache.org>
Committed: Fri Mar 30 11:35:30 2018 +0800

----------------------------------------------------------------------
 android/playground/app/build.gradle | 4 ++--
 android/sdk/build.gradle            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/28d77687/android/playground/app/build.gradle
----------------------------------------------------------------------
diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle
index bae43ca..422dd25 100755
--- a/android/playground/app/build.gradle
+++ b/android/playground/app/build.gradle
@@ -8,8 +8,8 @@ android {
         applicationId "com.alibaba.weex"
         minSdkVersion project.appMinSdkVersion
         targetSdkVersion project.targetSdkVersion
-        versionCode 16
-        versionName "0.18.0-beta-2"
+        versionCode 17
+        versionName "0.18.0-beta-3"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         ndk{
             abiFilters "x86"

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/28d77687/android/sdk/build.gradle
----------------------------------------------------------------------
diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index ecb40c2..7e05943 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -40,7 +40,7 @@ checkstyle {
     toolVersion = '6.9'
 }
 
-version = "0.18.0-beta-2"
+version = "0.18.0-beta-3"
 
 android {
     compileSdkVersion project.compileSdkVersion