From d38cdd605623769ff17c86f37649d769f3ac112e Mon Sep 17 00:00:00 2001 From: Milk <1871357815@qq.com> Date: Sat, 19 Feb 2022 12:50:11 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_EN.md b/README_EN.md index 22ced4f..a0bd25c 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.5' -annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.5' +implementation 'com.github.CodingGay.BlackReflection:core:1.0.7' +annotationProcessor 'com.github.CodingGay.BlackReflection:compiler:1.0.7' ``` ### Demo