diff --git a/ImageCompressor/build.gradle b/ImageCompressor/build.gradle index 0fbae2d..77faa4b 100644 --- a/ImageCompressor/build.gradle +++ b/ImageCompressor/build.gradle @@ -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" @@ -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' } \ No newline at end of file diff --git a/README.md b/README.md index 9eea050..c6514c3 100644 --- a/README.md +++ b/README.md @@ -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`