Skip to content

Commit d698334

Browse files
committed
Bump version to 2.1.0
1 parent ca71197 commit d698334

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Compressor is a lightweight and powerful android image compression library. Comp
77
# Gradle
88
```groovy
99
dependencies {
10-
compile 'id.zelory:compressor:2.0.0'
10+
compile 'id.zelory:compressor:2.1.0'
1111
}
1212
```
1313
# Let's compress the image size!

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
compile fileTree(include: ['*.jar'], dir: 'libs')
2424
testCompile 'junit:junit:4.12'
2525
compile 'com.android.support:appcompat-v7:25.3.1'
26-
compile 'id.zelory:compressor:2.0.0'
26+
compile 'id.zelory:compressor:2.1.0'
2727
//compile project(':compressor')
2828
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
2929
}

compressor/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
siteUrl = 'https://github.com/zetbaitsu/Compressor'
2727
gitUrl = 'https://github.com/zetbaitsu/Compressor.git'
2828

29-
libraryVersion = '2.0.0'
29+
libraryVersion = '2.1.0'
3030

3131
developerId = 'zetbaitsu'
3232
developerName = 'Zetra'
@@ -45,7 +45,7 @@ android {
4545
minSdkVersion 9
4646
targetSdkVersion 25
4747
versionCode 5
48-
versionName "2.0.0"
48+
versionName "2.1.0"
4949
}
5050
buildTypes {
5151
release {

0 commit comments

Comments
 (0)