From c2fbe15bbe7236ff322a349462d81e31639b2d53 Mon Sep 17 00:00:00 2001 From: Thereisnospon <1183739890@qq.com> Date: Wed, 22 Jun 2016 21:11:50 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 19e6706..2161235 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,11 @@ class Main 邮箱:thereisnospon@qq.com +版本微调:0.2.1版本中,把最小sdk版本修改为14,可供更低版本的android 使用。 +``` + compile(group: 'thereisnospon.codeview', name: 'codeview', version: '0.2.1', ext: 'aar', classifier: '') +``` + 代码高亮的渲染部分,是通过highlight.js 实现的。