Skip to content

Commit

Permalink
Version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jan 15, 2024
1 parent 60d3508 commit 3fb2726
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.8.0 / 24-01-15
================

* Update analytics token
* Update transformation builder

1.7.0 / 23-11-06
===============

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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.7.0'
implementation 'com.cloudinary:kotlin-url-gen:1.8.0'
```

**Using Maven**:
Expand All @@ -44,7 +44,7 @@ Add the Cloudinary Kotlin SDK to the list of dependencies in your `pom.xml` file
<dependency>
<groupId>com.cloudinary</groupId>
<artifactId>kotlin-url-gen</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ developerId=cloudinary
developerName=Cloudinary
developerEmail=[email protected]
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
version=1.7.0
version=1.8.0
group=com.cloudinary
publishGroupId=com.cloudinary
android.useAndroidX=true
Expand Down
2 changes: 1 addition & 1 deletion url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Cloudinary(val config: CloudinaryConfig) {
}

companion object {
const val SDK_VERSION = "1.7.0"
const val SDK_VERSION = "1.8.0"

/**
* This flag determines whether to throw an error when a transformation is created with invalid arguments.
Expand Down

0 comments on commit 3fb2726

Please sign in to comment.