Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Merge tag '0.19.0.2'
Browse files Browse the repository at this point in the history
Merged changes under tag '0.19.0.2' back to master.
  • Loading branch information
jondong committed Nov 9, 2018
2 parents bd663a8 + c269fb0 commit bdd3fbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions android/playground/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
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{
Expand Down Expand Up @@ -118,7 +118,7 @@ dependencies {
compile 'com.jakewharton.scalpel:scalpel:1.1.2'
compile 'com.taobao.android.weex_inspection:urlconnection_interceptor:1.0.0'
compile 'com.android.support.test.espresso:espresso-idling-resource:2.2.2'
compile 'com.taobao.android:weex_inspector:0.16.7'
compile 'com.taobao.android:weex_inspector:0.18.10'
//compile project(":weex_inspector")
}

Expand All @@ -128,4 +128,4 @@ if(file('../../license/LICENSE').exists()){
excludes(["com/google/zxing/**/*.java","**/*.xml"])
}
preBuild.dependsOn licenseFormat
}
}
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checkstyle {
}


version = "0.18.13.25"
version = "0.19.0.4"

android {

Expand Down
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Utility/WXDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef __WX_DEFINE_H__
#define __WX_DEFINE_H__

#define WX_SDK_VERSION @"0.18.0"
#define WX_SDK_VERSION @"0.19.0"

#if defined(__cplusplus)
#define WX_EXTERN extern "C" __attribute__((visibility("default")))
Expand Down

0 comments on commit bdd3fbd

Please sign in to comment.