Skip to content

Commit 98b8f0a

Browse files
authored
Update README_CN.md
1 parent 5790110 commit 98b8f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README_CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)
108108
}
109109
```
110110

111-
## 混淆规则
111+
## 混淆规则(0.5.1 及以前版本)
112112

113113
```
114114
-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
@@ -121,6 +121,7 @@ override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)
121121
}
122122
123123
```
124+
从 0.5.2 开始,我们移除掉了协程库,并使用原生线程实现,所以无需加入混淆。
124125

125126
### 更多示例
126127

0 commit comments

Comments
 (0)