Skip to content

Commit 44ab2d6

Browse files
authored
Merge branch 'master' into dependabot/gradle/androidx_work-a2f85c68bf
2 parents f07505e + f5186c9 commit 44ab2d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ dependencies {
485485
implementation("androidx.navigation:navigation-runtime-ktx:2.9.5")
486486
implementation("androidx.webkit:webkit:1.14.0")
487487

488-
implementation("com.google.android.gms:play-services-base:18.8.0")
488+
implementation("com.google.android.gms:play-services-base:18.9.0")
489489
implementation("com.google.android.gms:play-services-auth:21.4.0")
490490
implementation("com.google.android.material:material:1.13.0")
491491
implementation("com.google.android.flexbox:flexbox:3.0.0")
@@ -517,7 +517,7 @@ dependencies {
517517
implementation("org.eclipse.angus:gimap:2.0.4")
518518
implementation("commons-io:commons-io:2.20.0")
519519
implementation("net.openid:appauth:0.11.1")
520-
implementation("ch.acra:acra-http:5.12.0")
520+
implementation("ch.acra:acra-http:5.13.1")
521521
implementation("io.github.everythingme:overscroll-decor-android:1.1.1")
522522

523523
constraints {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
plugins {
99
id("com.android.application") version "8.13.0" apply false
1010
id("org.jetbrains.kotlin.android") version "2.2.20" apply false
11-
id("androidx.navigation.safeargs.kotlin") version "2.9.4" apply false
11+
id("androidx.navigation.safeargs.kotlin") version "2.9.5" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false
1313
id("org.jetbrains.kotlin.plugin.parcelize") version "2.2.20" apply false
1414
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false

0 commit comments

Comments
 (0)