From 5077a08ba8e5339a815b00391c4964a70bdb04ee Mon Sep 17 00:00:00 2001 From: xuexiangjys Date: Wed, 24 Jul 2019 09:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=831.0.7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 780e1ee..3ed071a 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ allprojects { ``` dependencies { ... - implementation 'com.github.xuexiangjys.XTCP:xtcp_runtime:1.0.6' - annotationProcessor 'com.github.xuexiangjys.XTCP:xtcp_compiler:1.0.6' + implementation 'com.github.xuexiangjys.XTCP:xtcp_runtime:1.0.7' + annotationProcessor 'com.github.xuexiangjys.XTCP:xtcp_compiler:1.0.7' } ```