Skip to content

Commit

Permalink
docs:code amendment (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchMan-Wang authored Sep 27, 2024
1 parent 2223da9 commit 0ed7327
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0ed7327

Please sign in to comment.