Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs:code amendment #1207

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cn/docs/sdk/access/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ Android 签名处填写 MD5 值,详情可参考:[如何获取 MD5 值](/sdk/
TapSDK 已经做了混淆处理,再次混淆会导致不可预期的错误,请在项目的混淆脚本中添加如下配置,跳过对 TapSDK 的混淆操作:

```java
-keep class com.taptap .**{*;}
-keep class com.taptap.**{*;}

-keep class com.tapsdk .**{*;}
-keep class com.tapsdk.**{*;}
```

## 打包
Expand Down
Loading