Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hashiqi12138 committed Aug 10, 2021
1 parent eb1bed5 commit ec9c036
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -112,4 +113,12 @@ yarn install
## Third: start project
```
yarn android
```


## Fouth: release
```
npm run fresco-clean
cd android
gradlew bundleRelease
```

0 comments on commit ec9c036

Please sign in to comment.