Skip to content

Commit 58d8606

Browse files
committed
Update README.md
Fixed reference to version 1.2.0 files
1 parent 0d084b4 commit 58d8606

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cloudinary-android/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
1414
For Android, Cloudinary provides a library for simplifying the integration even further. The library requires Android 2.3 or higher.
1515

1616
## Manual Setup ######################################################################
17-
Download cloudinary-core-1.1.0.jar from [here](http://search.maven.org/remotecontent?filepath=com/cloudinary/cloudinary/1.1.0/cloudinary-core-1.1.0.jar) and cloudinary-android-1.1.0.jar from [here](http://search.maven.org/remotecontent?filepath=com/cloudinary/cloudinary/1.1.0/cloudinary-android-1.1.0.jar)
18-
and put them in your libs folder.
17+
Download cloudinary-core-1.2.0.jar from [here](http://search.maven.org/remotecontent?filepath=com/cloudinary/cloudinary-core/1.2.0/cloudinary-core-1.2.0.jar) and cloudinary-android-1.2.0.jar from [here](http://search.maven.org/remotecontent?filepath=com/cloudinary/cloudinary-android/1.2.0/cloudinary-android-1.2.0.jar) and put them in your libs folder.
1918

2019
## Maven Integration ######################################################################
2120
The cloudinary_java library is available in [Maven Central](http://repo1.maven.org/maven/). To use it, add the following dependency to your pom.xml:
2221

2322
<dependency>
2423
<groupId>com.cloudinary</groupId>
2524
<artifactId>cloudinary-android</artifactId>
26-
<version>1.1.0</version>
25+
<version>1.2.0</version>
2726
</dependency>
2827

2928

0 commit comments

Comments
 (0)