We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afd989 commit 662877eCopy full SHA for 662877e
README.md
@@ -4,7 +4,7 @@
4
1. 支持自定义接口来实现跨进程通信,比传统的aidl的方式更简单
5
2. 支持异步回调的方式返回数据,也支持设置监听器的方式
6
3. 服务注册支持自动注册
7
-4. 突破binder驱动限制,支持大数据传输(暂时不支持Android11含以上,下一版优化)
+4. 突破binder驱动限制,支持大数据传输(已支持到最新版本Android14)
8
9
## 引入库
10
@@ -23,7 +23,7 @@ allprojects {
23
24
```groovy
25
dependencies {
26
- implementation 'com.github.zhanggaoming.android-ipc:ipc-core:3.1.0'
+ implementation 'com.github.zhanggaoming.android-ipc:ipc-core:3.1.1'
27
}
28
```
29
@@ -209,7 +209,7 @@ applay plugin:'kotlin-kapt'
209
210
211
...
212
- kapt 'com.github.zhanggaoming.android-ipc:ipc-compiler:3.1.0'
+ kapt 'com.github.zhanggaoming.android-ipc:ipc-compiler:3.1.1'
213
214
215
0 commit comments