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/23 02:45:40 UTC

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

Repository: incubator-weex
Updated Branches:
  refs/heads/master f27bf04c4 -> 14059467b


*[android] playground weekly release 0.18.0-beta-2


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

Branch: refs/heads/master
Commit: 14059467bd969288ad04b62a0839f8b83bf6d5e7
Parents: f27bf04
Author: misakuo <mi...@apache.org>
Authored: Fri Mar 23 10:45:34 2018 +0800
Committer: misakuo <mi...@apache.org>
Committed: Fri Mar 23 10:45:34 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/14059467/android/playground/app/build.gradle
----------------------------------------------------------------------
diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle
index 20d10e4..ede9c84 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 15
-        versionName "0.18.0-beta-1"
+        versionCode 16
+        versionName "0.18.0-beta-2"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         ndk{
             abiFilters "x86"

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