From 6cda03f8dc356f1edc9bb02068acfb68ec11447a Mon Sep 17 00:00:00 2001 From: QIUJUER Date: Sat, 14 Jul 2018 18:02:37 +0800 Subject: [PATCH] Update readme --- README-ZH.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index 3159171..cdf5220 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -1,4 +1,7 @@ -[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Genius--Android-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1463) +![License](https://img.shields.io/github/license/qiujuer/Genius-Android.svg) +![License](https://img.shields.io/github/stars/qiujuer/Genius-Android.svg) +[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Genius--Android-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1463) +[![Download](https://api.bintray.com/packages/qiujuer/maven/net.qiujuer.genius%3Aui/images/download.svg)](https://bintray.com/qiujuer/maven/net.qiujuer.genius%3Aui/_latestVersion) [`GitHub`](https://github.com/qiujuer/Genius-Android) [`OSChina`](http://git.oschina.net/qiujuer/Genius-Android) [`中文`](README-ZH.md) [`English`](README.md) @@ -38,18 +41,18 @@ ```groovy dependencies { // ui module - api 'net.qiujuer.genius:ui:2.0.1' - api 'net.qiujuer.genius:res:2.0.1' + api 'net.qiujuer.genius:ui:2.1.0' + api 'net.qiujuer.genius:res:2.1.0' // use to bitmap blur and more - api 'net.qiujuer.genius:graphics:2.0.1' + api 'net.qiujuer.genius:graphics:2.1.0' // ping/telnet/tracert/dns and run cmd - api 'net.qiujuer.genius:kit-cmd:2.0.1' + api 'net.qiujuer.genius:kit-cmd:2.1.0' // shuttle between ui-thread and child-thread - api 'net.qiujuer.genius:kit-handler:2.0.1' + api 'net.qiujuer.genius:kit-handler:2.1.0' // calss reflect - api 'net.qiujuer.genius:kit-reflect:2.0.1' + api 'net.qiujuer.genius:kit-reflect:2.1.0' } ```