Skip to content

Commit

Permalink
fix(doc): update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 committed Nov 12, 2024
1 parent 8dee058 commit de85061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Hippy 简介

版本:3.3.0
版本:3.3.2

更新时间:2024-6-26
更新时间:2024-11-12

SDK介绍:Hippy 是 TDF 腾讯端框架(Tencent Device-oriented Framework)下的开源跨平台应用开发解决方案。Hippy 可以理解为一个精简版的浏览器,从底层做了大量工作,抹平了 iOS 和 Android 双端差异,提供了接近 Web 的开发体验,目前上层支持了 React 和 Vue 两套界面框架,前端开发人员可以通过它,将前端代码转换为终端的原生指令,进行原生终端 App 的开发。同时,Hippy 从底层进行了大量优化,在启动速度、渲染性能、动画速度、内存占用、包体积等方面都提供了业内顶尖的性能表现。

Expand Down
2 changes: 1 addition & 1 deletion docs/development/android-3.0-integration-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
下面引用Hippy最新版本号可在上述链接中查询

```java
implementation 'com.tencent.hippy:release:3.3.0'
implementation 'com.tencent.hippy:release:3.3.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.viewpager:viewpager:1.0.0'
Expand Down

0 comments on commit de85061

Please sign in to comment.