-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
18 lines (18 loc) · 1.21 KB
/
gradle.properties
File metadata and controls
18 lines (18 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kotlin.code.style=official
kapt.use.worker.api=true
publishDescription=Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Kotlin applications.
githubUrl=http://github.com/cloudinary/cloudinary_kotlin
scmConnection=scm:git:git://github.com/cloudinary/cloudinary_kotlin.git
scmDeveloperConnection=scm:git:git@github.com:cloudinary/cloudinary_kotlin.git'
scmUrl=http://github.com/cloudinary/cloudinary_kotlin
licenseName=MIT
licenseUrl=http://opensource.org/licenses/MIT
developerId=cloudinary
developerName=Cloudinary
developerEmail=info@cloudinary.com
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
version=1.11.0
group=com.cloudinary
publishGroupId=com.cloudinary
android.useAndroidX=true
android.enableJetifier=true