From ab1225799ced6aab0380d50d199fb68334cbc4d9 Mon Sep 17 00:00:00 2001 From: codezjx Date: Tue, 19 Apr 2022 09:20:18 +0800 Subject: [PATCH] Update lib version. --- README.md | 2 +- README_CN.md | 2 +- andlinker/properties.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e7f971..038b96c 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.8.1' + implementation 'com.codezjx.library:andlinker:0.9.0' } ``` diff --git a/README_CN.md b/README_CN.md index d52ecd7..3d40476 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.8.1' + implementation 'com.codezjx.library:andlinker:0.9.0' } ``` diff --git a/andlinker/properties.gradle b/andlinker/properties.gradle index 6dc1582..a97e84f 100644 --- a/andlinker/properties.gradle +++ b/andlinker/properties.gradle @@ -1,7 +1,7 @@ ext { publishedGroupId = 'com.codezjx.library' artifact = 'andlinker' - libraryVersion = '0.8.1' + libraryVersion = '0.9.0' 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.'