From 28245d0eceee415ae5116093e50fa5b35d63a93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=99=93=E5=8B=87?= Date: Sat, 27 Oct 2018 17:21:32 +0800 Subject: [PATCH] release version-1.0.0 --- README.md | 5 +++-- app/build.gradle | 3 ++- tiny/build.gradle | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 839cddd..9d3cbd9 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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** @@ -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. diff --git a/app/build.gradle b/app/build.gradle index 68d39f1..8611e7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/tiny/build.gradle b/tiny/build.gradle index ac41478..4b17d66 100644 --- a/tiny/build.gradle +++ b/tiny/build.gradle @@ -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.'