Skip to content

Commit

Permalink
Merge pull request #1270 from taptap/fix_json_dependency
Browse files Browse the repository at this point in the history
fix: add json dependency docs
  • Loading branch information
HelloVass authored Nov 12, 2024
2 parents 557ba64 + 5eda2ce commit 117ddb3
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 117ddb3

Please sign in to comment.