From d98876ef29a0418c808f77024a29b5da17cfd1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=99=93=E5=8B=87?= Date: Sun, 23 Apr 2017 23:27:02 +0800 Subject: [PATCH] update. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31d848b..6d5468e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ or 372KB (500x500) | 38.67KB (500x500) | 34.05KB (500x500)| 236KB (960x1280) | 127KB (960x1280) | 118KB (960x1280)| +## **Introduce** +`Tiny` does not depend on any library , it keeps the code clean on architecture . `Tiny` also uses asynchronous thread pool to compress image , and will hand out the result in the main thread when compress is completes. + ## **Usage** ### **Installation** @@ -30,7 +33,7 @@ compile 'com.zxy.android:tiny:${LAST_VERSION}' ### **Choose an abi** **Tiny** provide abi:`armeabi`、`armeabi-v7a`、`arm64-v8a`、`x86`. -Choose what you need "abi" version: +Choose what you need **"abi"** version: ``` android {