Skip to content

Commit e8bebcb

Browse files
authored
Merge branch 'master' into dependabot/gradle/androidx.browser-browser-1.10.0
2 parents bd9d15f + 2509c32 commit e8bebcb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ val devDebugImplementation: Configuration by configurations.creating
443443
val uiTestsImplementation by configurations.named("uiTestsImplementation")
444444

445445
dependencies {
446-
ksp("com.github.bumptech.glide:ksp:5.0.5")
446+
ksp("com.github.bumptech.glide:ksp:5.0.7")
447447
ksp("androidx.annotation:annotation:1.9.1")
448448
ksp("androidx.room:room-compiler:2.8.4")
449449
//ACRA needs the following dependency to use a custom report sender
@@ -535,13 +535,13 @@ dependencies {
535535
implementation("com.squareup.okio:okio:3.16.4")
536536
implementation("com.squareup.okhttp3:logging-interceptor:5.3.2")
537537

538-
implementation("com.github.bumptech.glide:glide:5.0.5")
538+
implementation("com.github.bumptech.glide:glide:5.0.7")
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")
544-
implementation("org.jsoup:jsoup:1.22.1")
544+
implementation("org.jsoup:jsoup:1.22.2")
545545
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
546546
//kotlinx-serialization-core added to fix runtime issue with dependencies conflict.
547547
//Maybe it will be removed in future.

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)