Skip to content

Commit 3fb2726

Browse files
committed
Version 1.8.0
1 parent 60d3508 commit 3fb2726

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.8.0 / 24-01-15
2+
================
3+
4+
* Update analytics token
5+
* Update transformation builder
6+
17
1.7.0 / 23-11-06
28
===============
39

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add the SDK to your project as a dependency, we recommend using a build manageme
3434
Add the Cloudinary Kotlin SDK to the dependencies section of your `build.gradle` file.
3535

3636
```
37-
implementation 'com.cloudinary:kotlin-url-gen:1.7.0'
37+
implementation 'com.cloudinary:kotlin-url-gen:1.8.0'
3838
```
3939

4040
**Using Maven**:
@@ -44,7 +44,7 @@ Add the Cloudinary Kotlin SDK to the list of dependencies in your `pom.xml` file
4444
<dependency>
4545
<groupId>com.cloudinary</groupId>
4646
<artifactId>kotlin-url-gen</artifactId>
47-
<version>1.7.0</version>
47+
<version>1.8.0</version>
4848
<type>pom</type>
4949
</dependency>
5050
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ developerId=cloudinary
1111
developerName=Cloudinary
1212
developerEmail=info@cloudinary.com
1313
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
14-
version=1.7.0
14+
version=1.8.0
1515
group=com.cloudinary
1616
publishGroupId=com.cloudinary
1717
android.useAndroidX=true

url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Cloudinary(val config: CloudinaryConfig) {
6262
}
6363

6464
companion object {
65-
const val SDK_VERSION = "1.7.0"
65+
const val SDK_VERSION = "1.8.0"
6666

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

0 commit comments

Comments
 (0)