From 337f45c2adbd957db485acd936899365ef91b697 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Thu, 19 May 2022 09:08:59 +0000 Subject: [PATCH] Version 1.5.1 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- gradle.properties | 2 +- url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1c560..0db8620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.5.1 / 2022-05-19 +================== + +* Fix transformation builder dependency + 1.5.0 / 2022-05-17 ================== diff --git a/README.md b/README.md index f3c4528..b45710b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add the SDK to your project as a dependency, we recommend using a build manageme Add the Cloudinary Kotlin SDK to the dependencies section of your `build.gradle` file. ``` -implementation 'com.cloudinary:kotlin-url-gen:1.5.0' +implementation 'com.cloudinary:kotlin-url-gen:1.5.1' ``` **Using Maven**: @@ -43,7 +43,7 @@ Add the Cloudinary Kotlin SDK to the list of dependencies in your `pom.xml` file com.cloudinary kotlin-url-gen - 1.5.0 + 1.5.1 pom ``` diff --git a/gradle.properties b/gradle.properties index e3468c9..c001ecf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ 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.5.0 +version=1.5.1 group=com.cloudinary publishGroupId=com.cloudinary android.useAndroidX=true diff --git a/url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt b/url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt index 94c50d9..d7f765c 100644 --- a/url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt +++ b/url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt @@ -62,7 +62,7 @@ class Cloudinary(val config: CloudinaryConfig) { } companion object { - const val SDK_VERSION = "1.5.0" + const val SDK_VERSION = "1.5.1" /** * This flag determines whether to throw an error when a transformation is created with invalid arguments.