You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2018/11/05 12:44:04 UTC

[incubator-weex] branch release updated: * [Android] Update version to 0.19 (#1712)

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

kyork pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/release by this push:
     new a0cfcf5  * [Android] Update version to 0.19 (#1712)
a0cfcf5 is described below

commit a0cfcf5dcd4407fd9afb2a09b43d9f6c9aab52ca
Author: YorkShen <sh...@gmail.com>
AuthorDate: Mon Nov 5 20:43:58 2018 +0800

    * [Android] Update version to 0.19 (#1712)
---
 android/playground/app/build.gradle | 2 +-
 android/sdk/build.gradle            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle
index 8256ba9..8eaebff 100755
--- a/android/playground/app/build.gradle
+++ b/android/playground/app/build.gradle
@@ -13,7 +13,7 @@ android {
         minSdkVersion project.appMinSdkVersion
         targetSdkVersion project.targetSdkVersion
         versionCode 17
-        versionName "0.18.0-beta-3"
+        versionName "0.19.0"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         multiDexEnabled true
         ndk{
diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index 09f6636..682c648 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -36,7 +36,7 @@ checkstyle {
 }
 
 
-version = "0.19.0"
+version = "0.19.0.4"
 
 android {