Skip to content

Commit

Permalink
Update transformation builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Aug 11, 2024
1 parent cea61bc commit 4bba2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uploader/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly("com.squareup.okhttp3:okhttp:3.11.0")

implementation("com.squareup.moshi:moshi-kotlin:1.9.2")
api("com.cloudinary:kotlin-transformation-builder-sdk:1.2.1")
api("com.cloudinary:kotlin-transformation-builder-sdk:1.5.0")

testImplementation("org.apache.httpcomponents:httpclient:4.5.6")
testImplementation("org.apache.httpcomponents:httpmime:4.5.6")
Expand Down
2 changes: 1 addition & 1 deletion url-gen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
api("com.cloudinary:kotlin-transformation-builder-sdk:1.4.1")
api("com.cloudinary:kotlin-transformation-builder-sdk:1.5.0")
implementation(kotlin("stdlib-jdk8"))
testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit"))
Expand Down

0 comments on commit 4bba2be

Please sign in to comment.