Skip to content

Commit ede8f7a

Browse files
committed
Update lib version to 0.9.1
1 parent 1b8227a commit ede8f7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
Add the dependencies in your app level `build.gradle`.
2626
```groovy
2727
dependencies {
28-
implementation 'com.codezjx.library:andlinker:0.9.0'
28+
implementation 'com.codezjx.library:andlinker:0.9.1'
2929
}
3030
```
3131

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
在App的`build.gradle`中添加如下依赖
1818
```groovy
1919
dependencies {
20-
implementation 'com.codezjx.library:andlinker:0.9.0'
20+
implementation 'com.codezjx.library:andlinker:0.9.1'
2121
}
2222
```
2323

andlinker/properties.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
publishedGroupId = 'com.codezjx.library'
33
artifact = 'andlinker'
4-
libraryVersion = '0.9.0'
4+
libraryVersion = '0.9.1'
55

66
libraryName = 'AndLinker'
77
libraryDescription = 'AndLinker is a IPC library for Android, which combines the features of AIDL and Retrofit. Allows IPC call seamlessly compose with rxjava and rxjava2 call adapters.'

0 commit comments

Comments
 (0)