From 40b5b8d1d79041748f184e5ec98bcae09b4935eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Fri, 2 Jul 2021 22:19:52 +0800 Subject: [PATCH] :bookmark: 2.1.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c228902..48f2c64 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6 net.dreamlu mica-auto - 2.1.0 + 2.1.1 provided ``` ### gradle >= 5.x ```groovy -annotationProcessor("net.dreamlu:mica-auto:2.1.0") +annotationProcessor("net.dreamlu:mica-auto:2.1.1") ``` ### gradle < 5.x ```groovy -compileOnly "net.dreamlu:mica-auto:2.1.0" +compileOnly "net.dreamlu:mica-auto:2.1.1" ``` ## 原理 -- GitLab