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