From aec56fa046b0d1e2b6314bf15d7fb1bb287b4a21 Mon Sep 17 00:00:00 2001 From: Milk <1871357815@qq.com> Date: Sat, 19 Feb 2022 13:47:17 +0800 Subject: [PATCH] update version --- README.md | 4 ++-- README_EN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d56f79f..f5785fa 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ allprojects { ``` #### Step 2. 需要使用的模块内引入 ```gradle -implementation 'com.github.CodingGay.BlackReflection:core:1.0.7' -annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.7' +implementation 'com.github.CodingGay.BlackReflection:core:1.0.8' +annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.8' ``` ### Demo diff --git a/README_EN.md b/README_EN.md index a0bd25c..843c814 100644 --- a/README_EN.md +++ b/README_EN.md @@ -20,8 +20,8 @@ allprojects { ``` #### Step 2. Add BlackReflection dependencies ```gradle -implementation 'com.github.CodingGay.BlackReflection:core:1.0.7' -annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.7' +implementation 'com.github.CodingGay.BlackReflection:core:1.0.8' +annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.8' ``` ### Demo