diff --git a/README.md b/README.md index 87e2780..a514bdb 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6 net.dreamlu mica-auto - 2.3.2 + ${mica-auto.version} provided ``` ### gradle >= 5.x ```groovy -annotationProcessor("net.dreamlu:mica-auto:2.3.2") +annotationProcessor("net.dreamlu:mica-auto:$micaAutoVersion}") ``` ### gradle < 5.x ```groovy -compileOnly "net.dreamlu:mica-auto:2.3.2" +compileOnly "net.dreamlu:mica-auto:$micaAutoVersion" ``` ## 原理 diff --git a/README_EN.md b/README_EN.md index cf472d6..fe5446a 100644 --- a/README_EN.md +++ b/README_EN.md @@ -49,19 +49,19 @@ It is mainly used to avoid the inconsistency between the Spring Boot main projec net.dreamlu mica-auto - 2.3.2 + ${mica-auto.version} provided ``` ### gradle >= 5.x -```gradle -annotationProcessor("net.dreamlu:mica-auto:2.3.2") +```groovy +annotationProcessor("net.dreamlu:mica-auto:$micaAutoVersion}") ``` ### gradle < 5.x -```gradle -compileOnly "net.dreamlu:mica-auto:2.3.2" +```groovy +compileOnly "net.dreamlu:mica-auto:$micaAutoVersion" ``` ## Principle