Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Crusoekid committed Nov 11, 2020
1 parent d50d2b2 commit 91ef58b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TengineKit是一个易于集成的人脸检测和人脸关键点SDK。目前,

# 配置Gradle
Project中的build.gradle添加
```implementation
```java
repositories {
...
jcenter()
Expand All @@ -78,7 +78,7 @@ Project中的build.gradle添加
}
}

```
```
主Module中的```build.gradle```添加,选择你需要的功能。```core```是必须的。
```java
dependencies {
Expand All @@ -93,7 +93,7 @@ Project中的build.gradle添加
implementation 'com.tengine.tenginekit:body:0.0.1'
...
}

```
# 系统
Android
- 系统最低要求API 19
Expand Down

0 comments on commit 91ef58b

Please sign in to comment.