You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by jo...@apache.org on 2018/11/09 07:40:01 UTC

[incubator-weex] 01/01: Merge tag '0.19.0.2'

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

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

commit bdd3fbdce39fc67c32dfb1a316c5f668e6c80d21
Merge: bd663a8 c269fb0
Author: Jonathan Dong <jo...@apache.org>
AuthorDate: Fri Nov 9 15:37:57 2018 +0800

    Merge tag '0.19.0.2'
    
    Merged changes under tag '0.19.0.2' back to master.

 android/playground/app/build.gradle        | 6 +++---
 android/sdk/build.gradle                   | 2 +-
 ios/sdk/WeexSDK/Sources/Utility/WXDefine.h | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --cc android/playground/app/build.gradle
index 3a43ac2,8eaebff..ba27f35
--- a/android/playground/app/build.gradle
+++ b/android/playground/app/build.gradle
@@@ -10,10 -10,10 +10,10 @@@ android 
  
      defaultConfig {
          applicationId "com.alibaba.weex"
 -        minSdkVersion project.appMinSdkVersion
 +        minSdkVersion project.minSdkVersion
          targetSdkVersion project.targetSdkVersion
          versionCode 17
-         versionName "0.18.0-beta-3"
+         versionName "0.19.0"
          testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
          multiDexEnabled true
          ndk{