Skip to content

Commit 222783a

Browse files
authored
Merge branch 'master' into dependabot/gradle/com.google.android.material-material-1.13.0
2 parents 885c811 + a1e9acd commit 222783a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ dependencies {
413413
devDebugImplementation("com.squareup.leakcanary:leakcanary-android:2.14")
414414
//uiTests is the build type for testing.
415415
//noinspection FragmentGradleConfiguration
416-
uiTestsImplementation("androidx.fragment:fragment-testing:1.8.7")
416+
uiTestsImplementation("androidx.fragment:fragment-testing:1.8.9")
417417
uiTestsImplementation("androidx.test:core-ktx:1.7.0")
418418

419419
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
@@ -476,12 +476,12 @@ dependencies {
476476
implementation("androidx.navigation:navigation-runtime-ktx:2.9.3")
477477
implementation("androidx.webkit:webkit:1.14.0")
478478

479-
implementation("com.google.android.gms:play-services-base:18.7.0")
479+
implementation("com.google.android.gms:play-services-base:18.7.2")
480480
implementation("com.google.android.gms:play-services-auth:21.3.0")
481481
implementation("com.google.android.material:material:1.13.0")
482482
implementation("com.google.android.flexbox:flexbox:3.0.0")
483483
implementation("com.google.code.gson:gson:2.13.1")
484-
implementation("com.google.api-client:google-api-client-android:2.8.0")
484+
implementation("com.google.api-client:google-api-client-android:2.8.1")
485485
implementation("com.google.apis:google-api-services-gmail:v1-rev20250630-2.0.0")
486486
//ACRA needs the following dependency to use a custom report sender
487487
implementation("com.google.auto.service:auto-service-annotations:1.1.1")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
id("com.starter.easylauncher") version "6.4.1" apply false
1313
id("org.jetbrains.kotlin.plugin.parcelize") version "2.2.10" apply false
1414
id("com.google.devtools.ksp") version "2.2.10-2.0.2" apply false
15-
id("org.ajoberstar.grgit") version "5.3.2" apply false
15+
id("org.ajoberstar.grgit") version "5.3.3" apply false
1616
}
1717

1818
subprojects {

0 commit comments

Comments
 (0)