-
Notifications
You must be signed in to change notification settings - Fork 59
/
gradle.properties
26 lines (22 loc) · 1.5 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
publishRepo=https://oss.sonatype.org/service/local/staging/deploy/maven2/
snapshotRepo=https://oss.sonatype.org/content/repositories/snapshots/
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 Java applications.
githubUrl=http://github.com/cloudinary/cloudinary_android
scmConnection=scm:git:git://github.com/cloudinary/cloudinary_android.git
scmDeveloperConnection=scm:git:[email protected]:cloudinary/cloudinary_android.git'
scmUrl=http://github.com/cloudinary/cloudinary_android
licenseName=MIT
licenseUrl=http://opensource.org/licenses/MIT
developerId=cloudinary
developerName=Cloudinary
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
group=com.cloudinary
version=3.0.2
cloudinaryLibsVersion=1.38.0
org.gradle.jvmargs=-Xmx1024m
gnsp.disableApplyOnlyOnRootProjectEnforcement=true
# see https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true
android.useAndroidX=true
android.enableJetifier=true