From 37e6835adfe87dd0002991f086fcf15e014fec66 Mon Sep 17 00:00:00 2001 From: Vinod Baste Date: Wed, 12 Apr 2023 16:26:29 +0530 Subject: [PATCH 1/2] added support for latet android version --- .idea/compiler.xml | 6 ++++++ .idea/gradle.xml | 21 +++++++++++++++++++++ .idea/misc.xml | 5 +++++ .idea/vcs.xml | 6 ++++++ ImageCompressor/build.gradle | 14 +++++++------- README.md | 2 +- 6 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 .idea/compiler.xml create mode 100644 .idea/gradle.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..ea2c9e2 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..4bc4fc6 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file 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 fca9d23..3871b2f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 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! From 6262da69217595a40c291195ded344aa249c2fdf Mon Sep 17 00:00:00 2001 From: Vinod Baste Date: Wed, 12 Apr 2023 16:26:42 +0530 Subject: [PATCH 2/2] added support for latet android version --- .idea/compiler.xml | 6 ------ .idea/gradle.xml | 21 --------------------- .idea/misc.xml | 5 ----- .idea/vcs.xml | 6 ------ 4 files changed, 38 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index fb7f4a8..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index ea2c9e2..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 4bc4fc6..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file