Skip to content

Commit 662877e

Browse files
authored
Update README.md
1 parent 9afd989 commit 662877e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
1. 支持自定义接口来实现跨进程通信,比传统的aidl的方式更简单
55
2. 支持异步回调的方式返回数据,也支持设置监听器的方式
66
3. 服务注册支持自动注册
7-
4. 突破binder驱动限制,支持大数据传输(暂时不支持Android11含以上,下一版优化)
7+
4. 突破binder驱动限制,支持大数据传输(已支持到最新版本Android14)
88

99
## 引入库
1010

@@ -23,7 +23,7 @@ allprojects {
2323

2424
```groovy
2525
dependencies {
26-
implementation 'com.github.zhanggaoming.android-ipc:ipc-core:3.1.0'
26+
implementation 'com.github.zhanggaoming.android-ipc:ipc-core:3.1.1'
2727
}
2828
```
2929

@@ -209,7 +209,7 @@ applay plugin:'kotlin-kapt'
209209
210210
dependencies {
211211
...
212-
kapt 'com.github.zhanggaoming.android-ipc:ipc-compiler:3.1.0'
212+
kapt 'com.github.zhanggaoming.android-ipc:ipc-compiler:3.1.1'
213213
}
214214
215215
```

0 commit comments

Comments
 (0)