File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Compressor is a lightweight and powerful android image compression library. Comp
7
7
# Gradle
8
8
``` groovy
9
9
dependencies {
10
- compile 'id.zelory:compressor:2.0 .0'
10
+ compile 'id.zelory:compressor:2.1 .0'
11
11
}
12
12
```
13
13
# Let's compress the image size!
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
compile fileTree(include : [' *.jar' ], dir : ' libs' )
24
24
testCompile ' junit:junit:4.12'
25
25
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'
27
27
// compile project(':compressor')
28
28
compile ' io.reactivex.rxjava2:rxandroid:2.0.1'
29
29
}
Original file line number Diff line number Diff line change 26
26
siteUrl = ' https://github.com/zetbaitsu/Compressor'
27
27
gitUrl = ' https://github.com/zetbaitsu/Compressor.git'
28
28
29
- libraryVersion = ' 2.0 .0'
29
+ libraryVersion = ' 2.1 .0'
30
30
31
31
developerId = ' zetbaitsu'
32
32
developerName = ' Zetra'
@@ -45,7 +45,7 @@ android {
45
45
minSdkVersion 9
46
46
targetSdkVersion 25
47
47
versionCode 5
48
- versionName " 2.0 .0"
48
+ versionName " 2.1 .0"
49
49
}
50
50
buildTypes {
51
51
release {
You can’t perform that action at this time.
0 commit comments