Skip to content

Commit

Permalink
release version-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunzxyong committed Oct 27, 2018
1 parent ca0af55 commit 28245d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ or
### **Installation**

```
implementation 'com.zxy.android:tiny:0.1.0'
implementation 'com.zxy.android:tiny:1.0.0'
```

### **Choose an abi**
Expand Down Expand Up @@ -132,6 +132,7 @@ android {
* **v0.0.6**:Initialization is not must.Add clear compression directory method,see`{@link Tiny#clearCompressDirectory}`
* **v0.0.7**:fix issue#29
* **v0.1.0**:Add exception thrown interface, add the `Throwable` parameter to the callback method `{@link xxxxCallback#callback}`, see [Update Introduce](https://github.com/Sunzxyong/Tiny/issues/38)
* **v1.0.0**:Add synchronous compression method and compression directory Settings.

## **License**

Expand All @@ -141,7 +142,7 @@ android {
> Version 2.0, January 2004
> http://www.apache.org/licenses/
>
> Copyright 2017 郑晓勇
> Copyright 2018 郑晓勇
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation project(':tiny')
// implementation project(':tiny')
implementation 'com.zxy.android:tiny:1.0.0'
implementation 'com.zxy.android:recovery:1.0.0'
}
2 changes: 1 addition & 1 deletion tiny/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ publish {
uploadName = 'Tiny'
groupId = 'com.zxy.android'
artifactId = 'tiny'
publishVersion = '0.1.0'
publishVersion = '1.0.0'
repoName = 'maven'
dryRun = 'false'
desc = 'an image compression framework.'
Expand Down

0 comments on commit 28245d0

Please sign in to comment.