Skip to content

Commit

Permalink
Merge pull request #2 from vinodbaste/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
vinodbaste committed Apr 12, 2023
2 parents 593f327 + 6f0fc9d commit bf0b68c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions ImageCompressor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
}

android {
compileSdk 31
compileSdk 33

defaultConfig {
minSdk 21
targetSdk 31
targetSdk 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -31,10 +31,10 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ allprojects {
`Step 2:` Add the dependency in your **project build.gradle**
```kotlin
dependencies {
implementation 'com.github.vinodbaste:ImageCompressor:1.0.1'
}
implementation 'com.github.vinodbaste:ImageCompressor:1.1.0'
}
```
# Let's compress the image size!
#### Compress Image File at the specified `imagePath`
Expand Down

0 comments on commit bf0b68c

Please sign in to comment.