Skip to content

Commit 2a94220

Browse files
committed
Version 1.28.2
1 parent f252467 commit 2a94220

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
1.28.2 / 2020-05-13
3+
==================
4+
5+
New functionality
6+
-----------------
7+
* Add a fully-automatic mode to the Upload Widget (#113)
8+
9+
210
1.27.0 / 2020-04-06
311
==================
412

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ The library requires Android version 4.0.3 (Ice Cream Sandwich) and up.
1717
## Gradle Integration
1818
Add the following dependency to your build.gradle:
1919

20-
`implementation group: 'com.cloudinary', name: 'cloudinary-android', version: '1.27.0'`
20+
`implementation group: 'com.cloudinary', name: 'cloudinary-android', version: '1.28.2'`
2121
## Manual Setup ######################################################################
22-
Download cloudinary-android-1.27.0.jar from [here](http://central.maven.org/maven2/com/cloudinary/cloudinary-android/1.27.0/cloudinary-android-1.27.0.aar) and cloudinary-core-1.25.0.jar from [here](http://central.maven.org/maven2/com/cloudinary/cloudinary-core/1.14.0/cloudinary-core-1.14.0.jar) and put them in your libs folder.
22+
Download cloudinary-android-1.28.2.jar from [here](http://central.maven.org/maven2/com/cloudinary/cloudinary-android/1.28.2/cloudinary-android-1.28.2.aar) and cloudinary-core-1.25.0.jar from [here](http://central.maven.org/maven2/com/cloudinary/cloudinary-core/1.25.0/cloudinary-core-1.25.0.jar) and put them in your libs folder.
2323

2424
## Maven Integration ######################################################################
2525
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:
2626

2727
<dependency>
2828
<groupId>com.cloudinary</groupId>
2929
<artifactId>cloudinary-android</artifactId>
30-
<version>1.27.0</version>
30+
<version>1.28.2</version>
3131
</dependency>
3232

3333

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Must be initialized before use, see {@link #init(Context, SignatureProvider, Map)}.
3939
*/
4040
public class MediaManager {
41-
public static final String VERSION = "1.27.0";
41+
public static final String VERSION = "1.28.2";
4242
public static final String INTENT_EXTRA_REQUEST_ID = "INTENT_EXTRA_REQUEST_ID";
4343
public static final String INTENT_EXTRA_REQUEST_RESULT_STATUS = "INTENT_EXTRA_REQUEST_RESULT_STATUS";
4444
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=1.27.0
16+
version=1.28.2
1717
cloudinaryLibsVersion=1.25.0
1818

1919
org.gradle.jvmargs=-Xmx1024m

0 commit comments

Comments
 (0)