Skip to content

Commit c31ce34

Browse files
authored
Merge branch 'master' into dependabot/gradle/org.jsoup-jsoup-1.22.2
2 parents 4e49532 + bbc5e92 commit c31ce34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ dependencies {
537537

538538
implementation("com.github.bumptech.glide:glide:5.0.5")
539539
implementation("com.nulab-inc:zxcvbn:1.9.0")
540-
implementation("com.burhanrashid52:photoeditor:3.0.2")
540+
implementation("com.burhanrashid52:photoeditor:3.1.0")
541541
implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20260102.1")
542542
implementation("com.sandinh:zbase32-commons-codec_2.12:1.0.0")
543543
implementation("org.bitbucket.b_c:jose4j:0.9.6")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply(from = "$rootDir/ext.gradle.kts")
88

99
plugins {
1010
id("com.android.application") version "9.1.1" apply false
11-
id("androidx.navigation.safeargs.kotlin") version "2.9.6" apply false
11+
id("androidx.navigation.safeargs.kotlin") version "2.9.8" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false
1313
id("org.jetbrains.kotlin.plugin.parcelize") version "2.3.21" apply false
1414
id("com.google.devtools.ksp") version "2.3.7" apply false

0 commit comments

Comments
 (0)