Skip to content

Commit

Permalink
feat(doc): update 3.3.0 integration guidelines (#3931)
Browse files Browse the repository at this point in the history
Co-authored-by: maxli <maxli@tencent.com>
  • Loading branch information
siguangli and siguangli2018 committed Jun 26, 2024
1 parent 7f5767a commit 6abf1e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2.0
版本:3.3.0

更新时间:2024-4-10
更新时间:2024-6-26

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

Expand Down
4 changes: 2 additions & 2 deletions docs/development/android-3.0-integration-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

2. Maven 集成

- 查询 [Maven Central Hippy 版本](https://search.maven.org/search?q=com.tencent.hippy),其中 `hippy-release``release` 版本,`hippy-debug``debug` 版本,`hippy-snapshot``beta` 版本
- 查询 [Maven Central Hippy 版本](https://search.maven.org/search?q=com.tencent.hippy)

- 配置 build.gradle

下面引用Hippy最新版本号可在上述链接中查询

```java
implementation 'com.tencent.hippy:hippy-snapshot:3.2.0'
implementation 'com.tencent.hippy:release:3.3.0'
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 6abf1e8

Please sign in to comment.