diff --git a/README.md b/README.md index 038b96c..ed9bd3a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ allprojects { Add the dependencies in your app level `build.gradle`. ```groovy dependencies { - implementation 'com.codezjx.library:andlinker:0.9.0' + implementation 'com.codezjx.library:andlinker:0.9.1' } ``` diff --git a/README_CN.md b/README_CN.md index 3d40476..bda9c9e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -17,7 +17,7 @@ allprojects { 在App的`build.gradle`中添加如下依赖 ```groovy dependencies { - implementation 'com.codezjx.library:andlinker:0.9.0' + implementation 'com.codezjx.library:andlinker:0.9.1' } ``` diff --git a/andlinker/properties.gradle b/andlinker/properties.gradle index a97e84f..64c5567 100644 --- a/andlinker/properties.gradle +++ b/andlinker/properties.gradle @@ -1,7 +1,7 @@ ext { publishedGroupId = 'com.codezjx.library' artifact = 'andlinker' - libraryVersion = '0.9.0' + libraryVersion = '0.9.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.'