Skip to content

Commit 8af2e09

Browse files
committed
chore(release): released 2.1.0
1 parent 84bd58b commit 8af2e09

File tree

33 files changed

+469
-65
lines changed

33 files changed

+469
-65
lines changed

CHANGELOG.md

Lines changed: 222 additions & 0 deletions
Large diffs are not rendered by default.

PUBLISH.zh_CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,4 @@ git push --tags # 提交 tag
121121
```
122122

123123
* Android 发布到 [bintray](https://bintray.com/beta/#/hippy/Hippy/hippy-release?tab=overview)
124-
125-
在 Android Studio 中打开 `examples/android-demo` 项目,并且在旁边的 Gradle 面板中运行 `android-demo` > `android-sdk` > `publishing` > `:android-sdk:bintrayUpload`
124+
在 Android Studio 中打开 `examples/android-demo` 项目,在`local.properties`添加`bintrayUser=[user]``bintrayKey=[key]`,其中`[user]``[key]` 分别对应用户在bintray的 `账号名``API key` ,添加完后字旁边的 Gradle 面板中运行 `android-demo` > `android-sdk` > `publishing` > `:android-sdk:bintrayUpload` .

android/sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ publish {
511511
repoName = 'Hippy'
512512
groupId = 'com.tencent.hippy'
513513
artifactId = 'hippy-release'
514-
publishVersion = '2.0.3'
514+
publishVersion = '2.1.0'
515515
dryRun = false
516516
desc = 'Hippy library for Android'
517517
website = 'https://github.com/Tencent/Hippy'

android/sdk/libs/x86_64/libhippybridge.so

100644100755
-4 KB
Binary file not shown.

core/napi/jsc/native-source-code-ios.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* js2cpp is maintenance by Hippy Team <[email protected]>
66
* Copyright © 2018-2020 Tencent. All rights reserved.
77
*
8-
* Generated at Fri Aug 28 2020 16:05:14 GMT+0800 (China Standard Time).
8+
* Generated at Thu Oct 29 2020 22:43:31 GMT+0800 (China Standard Time).
99
* DO NOT EDIT IT.
1010
*/
1111
#include "core/napi/native-source-code.h"

core/napi/v8/native-source-code-android.cc

Lines changed: 24 additions & 26 deletions
Large diffs are not rendered by default.

examples/android-demo/example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ android {
66
defaultConfig {
77
applicationId "com.tencent.mtt.hippy.example"
88
minSdkVersion 14
9+
// noinspection ExpiredTargetSdkVersion
910
targetSdkVersion 21
1011
versionCode 1
1112
versionName "1.0"

examples/android-demo/res/index.android.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/android-demo/res/vendor.android.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ios-demo/res/index.ios.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)