Skip to content

Commit c733525

Browse files
committed
Version 2.5.1
1 parent 92e512b commit c733525

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.5.1 / 2022-12-26
2+
==================
3+
Other changes
4+
-------------
5+
* Update `AndroidJobStrategy` cancel requests
6+
17
2.5.0 / 2022-10-17
28
==================
39
Other changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ For the complete documentation, see the [Android SDK Guide](https://cloudinary.c
4040
### Gradle Integration
4141
Add the following dependency to your build.gradle:
4242

43-
`implementation 'com.cloudinary:cloudinary-android:2.5.0'`
43+
`implementation 'com.cloudinary:cloudinary-android:2.5.1'`
4444
### Other Options ######################################################################
4545
The cloudinary_android library is available in [Maven Central](http://repo1.maven.org/maven/). To use it, add the following dependency to your pom.xml:
4646

4747
<dependency>
4848
<groupId>com.cloudinary</groupId>
4949
<artifactId>cloudinary-android</artifactId>
50-
<version>2.5.0</version>
50+
<version>2.5.1</version>
5151
</dependency>
5252

5353
Download the latest cloudinary-android from [here](https://mvnrepository.com/artifact/com.cloudinary/cloudinary-android-core) and the latest cloudinary-core from [here](https://mvnrepository.com/artifact/com.cloudinary/cloudinary-core) and put them in your libs folder.

core/src/main/java/com/cloudinary/android/MediaManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* Must be initialized before use, see {@link #init(Context, SignatureProvider, Map)}.
4343
*/
4444
public class MediaManager {
45-
public static final String VERSION = "2.5.0";
45+
public static final String VERSION = "2.5.1";
4646
public static final String INTENT_EXTRA_REQUEST_ID = "INTENT_EXTRA_REQUEST_ID";
4747
public static final String INTENT_EXTRA_REQUEST_RESULT_STATUS = "INTENT_EXTRA_REQUEST_RESULT_STATUS";
4848
public static final String ACTION_REQUEST_STARTED = "com.cloudinary.ACTION_REQUEST_STARTED";

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ [email protected]
1313

1414
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
1515
group=com.cloudinary
16-
version=2.5.0
16+
version=2.5.1
1717
cloudinaryLibsVersion=1.35.0
1818

1919
org.gradle.jvmargs=-Xmx1024m

0 commit comments

Comments
 (0)