From ec9c036252fffb503adab06710583c3181b7bd75 Mon Sep 17 00:00:00 2001 From: hashiqi12138 Date: Wed, 11 Aug 2021 02:01:34 +0800 Subject: [PATCH] update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a28d19..c004a5d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ Prerelease at Release Page # todo -using okhttp to as http client +- [x] using okhttp to as http client done +- [ ] using thread pool to download image +- [ ] UI -UI # how to run @@ -112,4 +113,12 @@ yarn install ## Third: start project ``` yarn android +``` + + +## Fouth: release +``` +npm run fresco-clean +cd android +gradlew bundleRelease ``` \ No newline at end of file