Skip to content

Commit

Permalink
Update lib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
codezjx committed Apr 18, 2022
1 parent d77f891 commit 497ac40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
Add the dependencies in your app level `build.gradle`.
```groovy
dependencies {
implementation 'com.codezjx.library:andlinker:0.8.0'
implementation 'com.codezjx.library:andlinker:0.8.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
在App的`build.gradle`中添加如下依赖
```groovy
dependencies {
implementation 'com.codezjx.library:andlinker:0.8.0'
implementation 'com.codezjx.library:andlinker:0.8.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion andlinker/properties.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
publishedGroupId = 'com.codezjx.library'
artifact = 'andlinker'
libraryVersion = '0.8.0'
libraryVersion = '0.8.1'

libraryName = 'AndLinker'
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.'
Expand Down

0 comments on commit 497ac40

Please sign in to comment.