Skip to content

Commit 0ececcd

Browse files
authored
Fix/manual installation instructions
1 parent 864a55a commit 0ececcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the following dependency to your build.gradle:
1919

2020
`implementation group: 'com.cloudinary', name: 'cloudinary-android', version: '1.30.0'`
2121
## Manual Setup ######################################################################
22-
Download cloudinary-android-1.30.0.jar from [here](http://central.maven.org/maven2/com/cloudinary/cloudinary-android/1.30.0/cloudinary-android-1.30.0.aar) and cloudinary-core-1.26.0.jar from [here](http://central.maven.org/maven2/com/cloudinary/cloudinary-core/1.26.0/cloudinary-core-1.26.0.jar) and put them in your libs folder.
22+
Download the latest Cloudinary Android SDK from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-android-core/1.30.0/cloudinary-android-core-1.30.0.aar) and the latest core version from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.29.0/cloudinary-core-1.29.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:

0 commit comments

Comments
 (0)