Skip to content

Commit

Permalink
Merge pull request #1224 from taptap/tap-license
Browse files Browse the repository at this point in the history
doc: correction of misdescription
  • Loading branch information
dango2887 authored Oct 16, 2024
2 parents 73c3529 + 72005a3 commit 292654b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cn/docs/sdk/copyright-verification/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ NoNeedLC={true}/>
{
`dependencies {
implementation 'com.taptap.sdk:tap-core:${v4SDKVersions.taptap.android}'
implementation 'com.taptap.sdk:taptap-license:${v4SDKVersions.taptap.android}'
implementation 'com.taptap.sdk:tap-license:${v4SDKVersions.taptap.android}'
}`
}

Expand Down Expand Up @@ -94,7 +94,7 @@ NoNeedLC={true}/>
{
`dependencies {
implementation 'com.taptap.sdk:tap-core:${v4SDKVersions.taptap.android}'
implementation 'com.taptap.sdk:taptap-license:${v4SDKVersions.taptap.android}'
implementation 'com.taptap.sdk:tap-license:${v4SDKVersions.taptap.android}'
}`
}

Expand Down Expand Up @@ -457,7 +457,7 @@ app module 的 build.gradle 添加对应依赖:
{
`dependencies {
implementation 'com.taptap.sdk:tap-core:latest.release
implementation 'com.taptap.sdk:taptap-license:latest.release
implementation 'com.taptap.sdk:tap-license:latest.release
}`
}

Expand All @@ -473,7 +473,7 @@ app module 的 build.gradle 添加对应依赖:
{
`dependencies {
implementation 'com.taptap.sdk:tap-core:latest.release
implementation 'com.taptap.sdk:taptap-license:latest.release
implementation 'com.taptap.sdk:tap-license:latest.release
}`
}

Expand Down

0 comments on commit 292654b

Please sign in to comment.