Skip to content

Commit

Permalink
fix: add json dependency docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyang committed Nov 12, 2024
1 parent a934984 commit 5eda2ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cn/docs/sdk/anti-addiction/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ allprojects {
implementation 'com.taptap.sdk:tap-compliance:${v4SDKVersions.taptap.android}'
// 实名认证模块依赖登录
implementation 'com.taptap.sdk:tap-login:${v4SDKVersions.taptap.android}'
// 需添加json解析对应依赖
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1'
}`
}</CodeBlock>
</>
Expand All @@ -138,6 +140,10 @@ allprojects {
`dependencies {
implementation 'com.taptap.sdk:tap-core:${v4SDKVersions.taptap.android}'
implementation 'com.taptap.sdk:tap-compliance:${v4SDKVersions.taptap.android}'
// 实名认证模块依赖登录
implementation 'com.taptap.sdk:tap-login:${v4SDKVersions.taptap.android}'
// 需添加json解析对应依赖
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1'
}`
}</CodeBlock>
</>
Expand Down

0 comments on commit 5eda2ce

Please sign in to comment.