Skip to content

Commit b0706bd

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 23378b7 + d5586b5 commit b0706bd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Cloudinary
2-
==========
1+
Cloudinary Android SDK
2+
======================
33

44
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.
55

@@ -11,7 +11,9 @@ Cloudinary offers comprehensive APIs and administration capabilities and is easy
1111

1212
Cloudinary provides URL and HTTP based APIs that can be easily integrated with any Web development framework.
1313

14-
For Android, Cloudinary provides a library for simplifying the integration even further. The library requires Android 2.3 or higher.
14+
## Requirements
15+
The library requires Android version 4.0.3 (Ice Cream Sandwich) and up.
16+
1517
## Gradle Integration
1618
Add the following dependency to your build.gradle:
1719

@@ -132,7 +134,7 @@ The following examples uploads a `File` using the default settings, a request u
132134

133135
The returned `requestId` is used to identify the request in global callbacks and to cancel the request if needed. The callback should be any implementation of `UploadCallback`.
134136

135-
The uploaded image is assigned a randomly generated public I. As soon as `onSuccess` is called, the image is immediately available for download through a CDN:
137+
The uploaded image is assigned a randomly generated public Id. As soon as `onSuccess` is called, the image is immediately available for download through a CDN:
136138

137139
MediaManager.get().url().generate("abcfrmo8zul1mafopawefg.jpg")
138140
@@ -206,6 +208,10 @@ Contact us at [[email protected]](mailto:[email protected])
206208

207209
Or via Twitter: [@cloudinary](https://twitter.com/#!/cloudinary)
208210

211+
## Join the Community ##########################################################
212+
213+
Impact the product, hear updates, test drive new features and more! Join [here](https://www.facebook.com/groups/CloudinaryCommunity).
214+
209215
## License #######################################################################
210216

211217
Released under the MIT license.

0 commit comments

Comments
 (0)