File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
77# Gradle
88``` groovy
99dependencies {
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!
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments