Skip to content

Commit

Permalink
feat(Android): android release version: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbssyyuui committed Sep 13, 2021
1 parent 7309ce8 commit 69f775d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### 添加 Hummer SDK 依赖
```java
implementation 'io.github.didi.hummer:hummer:0.4.0'
implementation 'io.github.didi.hummer:hummer:0.4.1'
```

### Application 中初始化 Hummer
Expand Down
2 changes: 1 addition & 1 deletion android/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Nodes

### 0.4.0
### 0.4.1
- 支持N-API引擎;
- 更新混淆规则;
- 升级Yoga版本至:1.19.0;
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ publishArchivesType=3
# 发布配置信息
# GROUP_ID=com.didi.hummer
GROUP_ID=io.github.didi.hummer
VERSION=0.4.0
VERSION=0.4.1

0 comments on commit 69f775d

Please sign in to comment.