Skip to content

Commit

Permalink
release-v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
郑晓勇 committed Apr 27, 2017
1 parent 9fdc8b1 commit 2c6b7f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ or
### **Installation**

```
compile 'com.zxy.android:tiny:0.0.1'
compile 'com.zxy.android:tiny:0.0.2'
```

### **Choose an abi**
Expand Down Expand Up @@ -121,6 +121,11 @@ Tiny.getInstance().init(this);
});
```

## **Version**

> **0.0.1**:The first version.
> **0.0.2**:Optimize the compression strategy,and handle with the orientation of bitmap.
## **License**

>
Expand Down
2 changes: 1 addition & 1 deletion tiny/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

ext {
upload_group_id = 'com.zxy.android'
upload_version = '0.0.1'
upload_version = '0.0.2'

site_url = 'https://github.com/Sunzxyong/Tiny'
git_url = 'https://github.com/Sunzxyong/Tiny.git'
Expand Down

0 comments on commit 2c6b7f0

Please sign in to comment.