Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Apr 7, 2022
1 parent ce0fa86 commit c9024f9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2.2.0 / 2022-04-07
==================
Other change
------------
* Bump cloudinary-core version to 1.32.0

2.1.0 / 2022-03-22
==================
Other changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ For the complete documentation, see the [Android SDK Guide](https://cloudinary.c
### Gradle Integration
Add the following dependency to your build.gradle:

`implementation 'com.cloudinary:cloudinary-android:2.1.0'`
`implementation 'com.cloudinary:cloudinary-android:2.2.0'`
### Other Options ######################################################################
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:

<dependency>
<groupId>com.cloudinary</groupId>
<artifactId>cloudinary-android</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* Must be initialized before use, see {@link #init(Context, SignatureProvider, Map)}.
*/
public class MediaManager {
public static final String VERSION = "2.1.0";
public static final String VERSION = "2.2.0";
public static final String INTENT_EXTRA_REQUEST_ID = "INTENT_EXTRA_REQUEST_ID";
public static final String INTENT_EXTRA_REQUEST_RESULT_STATUS = "INTENT_EXTRA_REQUEST_RESULT_STATUS";
public static final String ACTION_REQUEST_STARTED = "com.cloudinary.ACTION_REQUEST_STARTED";
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ developerEmail=info@cloudinary.com

# These two properties must use these exact names to be compatible with 'gradle install' plugin.
group=com.cloudinary
version=2.1.0
cloudinaryLibsVersion=1.30.0
version=2.2.0
cloudinaryLibsVersion=1.32.0

org.gradle.jvmargs=-Xmx1024m
gnsp.disableApplyOnlyOnRootProjectEnforcement=true
Expand Down

0 comments on commit c9024f9

Please sign in to comment.